Home
last modified time | relevance | path

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

/third_party/boost/libs/any/test/
Dany_test.cpp243 int const volatile & rb_cv = any_cast<int const volatile &>(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()