My Project
climits.hpp
Go to the documentation of this file.
1 
28 #ifndef BSL_CLIMITS_HPP
29 #define BSL_CLIMITS_HPP
30 
31 #include <limits.h> // NOLINT
32 
33 namespace bsl
34 {}
35 
36 #endif