Home
last modified time | relevance | path

Searched refs:static_is_pow2 (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/container/src/
Dpool_resource.cpp100 BOOST_STATIC_ASSERT(bi::detail::static_is_pow2<pool_options_default_max_blocks_per_chunk>::value);
101 BOOST_STATIC_ASSERT(bi::detail::static_is_pow2<pool_options_minimum_largest_required_pool_block>::v…
/third_party/boost/boost/intrusive/detail/
Dmath.hpp230 struct static_is_pow2 struct