Searched defs:NothrowNone (Results 1 – 1 of 1) sorted by relevance
39 struct NothrowNone { struct40 NothrowNone(NothrowNone&&) BOOST_NOEXCEPT_IF(false) {}; in BOOST_NOEXCEPT_IF() argument41 void operator=(NothrowNone&&) BOOST_NOEXCEPT_IF(false) {}; in operator =() argument