39 #ifndef LIB_META_SIZE_TRAIT_H 40 #define LIB_META_SIZE_TRAIT_H 81 typedef std::vector<size_t> Vector;
82 typedef std::vector<bool> BVector;
85 : std::allocator<char>
108 _S_ios_openmode_end = 1L << 16
141 mutable bool dumped_;
143 unsigned char exceptions;
152 enum { ALIGNMENT =
sizeof(size_t)
154 , STRING =
sizeof(std::string)
155 , VECTOR =
sizeof(Vector)
156 , BVECTOR =
sizeof(BVector)
Implementation namespace for support and library code.