mirror of
https://github.com/boostorg/utility.git
synced 2025-07-29 12:27:45 +02:00
Added an anonymous unwrapping test.
[SVN r47297]
This commit is contained in:
@ -109,6 +109,7 @@ void unwrap_test() {
|
||||
do_unwrap(cref(cc));
|
||||
|
||||
BOOST_CHECK(cc.count() == 1);
|
||||
BOOST_CHECK(unwrap_ref(ref(cc)).count() == 1);
|
||||
}
|
||||
|
||||
int test_main(int, char * [])
|
||||
|
Reference in New Issue
Block a user