Changeset 20311
- Timestamp:
- 06/20/07 07:28:07 (1 year ago)
- Files:
-
- juggler/trunk/modules/vapor/vpr/vprConfig.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/vapor/vpr/vprConfig.h
r19729 r20311 109 109 { 110 110 using namespace __gnu_cxx; 111 } 112 113 /* 114 * Visual C++ 8.0 and beyond have non-standard STL stuff in the stdext 115 * namespace. The code below works around that behavior by bringing the 116 * stdext namespace into the std namespace. 117 */ 118 #elif defined(_MSC_VER) && _MSC_VER >= 14 119 namespace std 120 { 121 using namespace stdext; 111 122 } 112 123 #endif
