Go to the documentation of this file.
12 #ifndef BOOST_MPL11_DETAIL_STD_SIZE_T_HPP
13 #define BOOST_MPL11_DETAIL_STD_SIZE_T_HPP
15 namespace boost {
namespace mpl11 {
namespace detail {
21 using std_size_t = decltype(
sizeof(
int));
24 #endif // !BOOST_MPL11_DETAIL_STD_SIZE_T_HPP