This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
before any other comment (first blush, your proposal seems indeed very reasonable) I want to say that the above "dance", emphasized by both Benjamin and you, strikes me as *completely* expected.Now, this does mean that headers in tr1_impl won't really be able to include other headers without doing the dance Benjamin was talking about:
// in include/tr1_impl/functional:
#if defined(_GLIBCXX_INCLUDE_AS_CXX0X)
# include <type_traits>
#else
# include <tr1/type_traits>
#endif
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |