Changeset 395 for trunk/nv/stl/limits.hh
- Timestamp:
- 06/11/15 21:40:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/stl/limits.hh
r384 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 /** 8 * @file limits.hh9 * @author Kornel Kisielewicz epyon@chaosforge.org10 * @brief STL limits library11 */8 * @file limits.hh 9 * @author Kornel Kisielewicz epyon@chaosforge.org 10 * @brief STL limits library 11 */ 12 12 13 13 #ifndef NV_STL_LIMITS_HH 14 14 #define NV_STL_LIMITS_HH 15 15 16 #include <nv/co re/common.hh>16 #include <nv/common.hh> 17 17 18 18 #if NV_COMPILER == NV_MSVC
Note: See TracChangeset
for help on using the changeset viewer.