gcc/libstdc++-v3/include/ext
Jonathan Wakely 9f5391ee95 PR libstdc++/88066 use <> for includes not ""
Using #include "..." to include a header in the same directory fails if
the user compiles with -I-, so always use something like <bits/...> for
internal headers.

I haven't added tests for this, because dg-options adds options to the
end, and the position of -I- matters (if it's at the end then the tests
won't find any headers in the build tree, as they're specified by -I
options earlier in the flags). It's been manually tested though.

	PR libstdc++/88066
	* include/bits/locale_conv.h: Use <> for includes not "".
	* include/ext/random: Likewise.
	* include/ext/vstring.h: Likewise.

From-SVN: r267726
2019-01-08 13:25:19 +00:00
..
pb_ds Update copyright years. 2019-01-01 13:31:55 +01:00
algorithm Update copyright years. 2019-01-01 13:31:55 +01:00
aligned_buffer.h Update copyright years. 2019-01-01 13:31:55 +01:00
alloc_traits.h Update copyright years. 2019-01-01 13:31:55 +01:00
array_allocator.h Update copyright years. 2019-01-01 13:31:55 +01:00
atomicity.h Update copyright years. 2019-01-01 13:31:55 +01:00
bitmap_allocator.h Update copyright years. 2019-01-01 13:31:55 +01:00
cast.h Update copyright years. 2019-01-01 13:31:55 +01:00
cmath Update copyright years. 2019-01-01 13:31:55 +01:00
codecvt_specializations.h Update copyright years. 2019-01-01 13:31:55 +01:00
concurrence.h Update copyright years. 2019-01-01 13:31:55 +01:00
debug_allocator.h Update copyright years. 2019-01-01 13:31:55 +01:00
enc_filebuf.h Update copyright years. 2019-01-01 13:31:55 +01:00
extptr_allocator.h Update copyright years. 2019-01-01 13:31:55 +01:00
functional Update copyright years. 2019-01-01 13:31:55 +01:00
iterator Update copyright years. 2019-01-01 13:31:55 +01:00
malloc_allocator.h Update copyright years. 2019-01-01 13:31:55 +01:00
memory Update copyright years. 2019-01-01 13:31:55 +01:00
mt_allocator.h Update copyright years. 2019-01-01 13:31:55 +01:00
new_allocator.h Update copyright years. 2019-01-01 13:31:55 +01:00
numeric Update copyright years. 2019-01-01 13:31:55 +01:00
numeric_traits.h Update copyright years. 2019-01-01 13:31:55 +01:00
pod_char_traits.h Update copyright years. 2019-01-01 13:31:55 +01:00
pointer.h Update copyright years. 2019-01-01 13:31:55 +01:00
pool_allocator.h Update copyright years. 2019-01-01 13:31:55 +01:00
random PR libstdc++/88066 use <> for includes not "" 2019-01-08 13:25:19 +00:00
random.tcc Update copyright years. 2019-01-01 13:31:55 +01:00
rb_tree Update copyright years. 2019-01-01 13:31:55 +01:00
rc_string_base.h Update copyright years. 2019-01-01 13:31:55 +01:00
rope Update copyright years. 2019-01-01 13:31:55 +01:00
ropeimpl.h Update copyright years. 2019-01-01 13:31:55 +01:00
slist Update copyright years. 2019-01-01 13:31:55 +01:00
sso_string_base.h Update copyright years. 2019-01-01 13:31:55 +01:00
stdio_filebuf.h Update copyright years. 2019-01-01 13:31:55 +01:00
stdio_sync_filebuf.h Update copyright years. 2019-01-01 13:31:55 +01:00
string_conversions.h Update copyright years. 2019-01-01 13:31:55 +01:00
throw_allocator.h Update copyright years. 2019-01-01 13:31:55 +01:00
type_traits.h Update copyright years. 2019-01-01 13:31:55 +01:00
typelist.h Update copyright years. 2019-01-01 13:31:55 +01:00
vstring_fwd.h Update copyright years. 2019-01-01 13:31:55 +01:00
vstring_util.h Update copyright years. 2019-01-01 13:31:55 +01:00
vstring.h PR libstdc++/88066 use <> for includes not "" 2019-01-08 13:25:19 +00:00
vstring.tcc Update copyright years. 2019-01-01 13:31:55 +01:00