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] | |
(1) Namespace alias: in each of the tr1/ headers, include the header <tr1/import.h> shown below:
#ifndef _TR1_IMPORT #define _TR1_IMPORT 1
#ifdef __GXX_EXPERIMENTAL_CXX0X__ namespace std { namespace tr1 = __cxx200x; } #endif
#endif
Cheers, Doug
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |