Home
last modified time | relevance | path

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

/third_party/boost/libs/any/test/
Dany_test.cpp242 int const & rb_c = any_cast<int const &>(b); in test_cast_to_reference() local
245 check_true(&rb_c == &rb_cv, "cv references to copied const obj"); in test_cast_to_reference()
246 check_true(&ra != &rb_c, "copies hold different objects"); in test_cast_to_reference()