mirror of
https://github.com/boostorg/flyweight.git
synced 2026-01-19 04:12:09 +00:00
added test for flyweight::operator*
This commit is contained in:
@@ -92,6 +92,7 @@ void test_basic_template(
|
||||
/* identity of reference */
|
||||
|
||||
BOOST_TEST(&f1.get()==&c1.get());
|
||||
BOOST_TEST(&(*f1)==&c1.get());
|
||||
BOOST_TEST(f1.operator->()==&c1.get());
|
||||
|
||||
/* modifiers */
|
||||
|
||||
Reference in New Issue
Block a user