[Bug libstdc++/88066] Relative includes in bits/locale_conv.h should be prefixed

2018-11-16 Thread zrax0111 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88066 --- Comment #2 from Michael Hansen --- Unfortunately we are specifically using -I- for the problematic behavior in a codebase that has depended on it for years, so -iquote doesn't help in this case.

[Bug libstdc++/88066] New: Relative includes in bits/locale_conv.h should be prefixed

2018-11-16 Thread zrax0111 at gmail dot com
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: zrax0111 at gmail dot com Target Milestone: --- bits/locale_conv.h uses relative includes for several other headers in the bits/ subdirectory, as #include "stringfwd.h"