Changeset 395 for trunk/src/stl
- Timestamp:
- 06/11/15 21:40:00 (10 years ago)
- Location:
- trunk/src/stl
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/stl/assert.cc
r378 r395 2 2 // http://chaosforge.org/ 3 3 // 4 // This file is part of N V Libraries.5 // For conditions of distribution and use, see copy right notice in nv.hh4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 6 6 7 #define NV_ CORE_COMMON_HH7 #define NV_BASE_COMMON_HH 8 8 #define NV_INTERNAL_INCLUDE 9 9 #include "nv/stl/assert.hh" 10 #undef NV_ CORE_COMMON_HH10 #undef NV_BASE_COMMON_HH 11 11 12 12 #if NV_COMPILER == NV_MSVC -
trunk/src/stl/capi.cc
r376 r395 2 2 // http://chaosforge.org/ 3 3 // 4 // This file is part of N V Libraries.5 // For conditions of distribution and use, see copy right notice in nv.hh4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 6 6 7 7 #include "nv/stl/capi.hh" -
trunk/src/stl/hash_table.cc
r391 r395 2 2 // http://chaosforge.org/ 3 3 // 4 // This file is part of N V Libraries.5 // For conditions of distribution and use, see copy right notice in nv.hh4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 6 6 7 7 #include "nv/stl/container/hash_table.hh" -
trunk/src/stl/string.cc
r382 r395 2 2 // http://chaosforge.org/ 3 3 // 4 // This file is part of N V Libraries.5 // For conditions of distribution and use, see copy right notice in nv.hh4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 6 6 // 7 7 // TODO: speedup conversion by doing divisions by 100
Note: See TracChangeset
for help on using the changeset viewer.