Home
last modified time | relevance | path

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

/third_party/boost/libs/circular_buffer/test/
Dtest.hpp32 void check_exception() { in check_exception() function in MyInteger
44 MyInteger() : m_pValue(new int(0)) { check_exception(); } in MyInteger()
45 MyInteger(int i) : m_pValue(new int(i)) { check_exception(); } in MyInteger()
46 MyInteger(const MyInteger& src) : m_pValue(new int(src)) { check_exception(); } in MyInteger()
51 check_exception(); in operator =()