Searched refs:rb_c (Results 1 – 1 of 1) sorted by relevance
242 int const & rb_c = any_cast<int const &>(b); in test_cast_to_reference() local245 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()