algobase.h 112 Bytes Raw Blame History Permalink 1 2 3 4 #ifndef _STL_ALGOBASE_H #define _STL_ALGOBASE_H template<typename _Tp, _Tp> struct integral_constant {}; #endif