Searched refs:EXCEPTION_GUARANTEE (Results 1 – 1 of 1) sorted by relevance
128 static constexpr bool EXCEPTION_GUARANTEE = false; in BASE_BEGIN_NAMESPACE() local1018 …constexpr bool noExceptMove = EXCEPTION_GUARANTEE && __is_nothrow_constructible(value_type, value_… in init_move()1019 … constexpr bool exceptMove = !EXCEPTION_GUARANTEE && __is_constructible(value_type, value_type); in init_move()1021 …constexpr bool noCopyExceptMove = EXCEPTION_GUARANTEE && __is_constructible(value_type, value_type… in init_move()