48 #ifndef LIB_META_SIZE_TRAIT_H 49 #define LIB_META_SIZE_TRAIT_H 90 typedef std::vector<size_t> Vector;
91 typedef std::vector<bool> BVector;
94 : std::allocator<char>
117 _S_ios_openmode_end = 1L << 16
150 mutable bool dumped_;
152 unsigned char exceptions;
161 enum { ALIGNMENT =
sizeof(size_t)
163 , STRING =
sizeof(std::string)
164 , VECTOR =
sizeof(Vector)
165 , BVECTOR =
sizeof(BVector)
Implementation namespace for support and library code.