mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
Added an anonymous unwrapping test.
[SVN r47297]
This commit is contained in:
parent
1823481d96
commit
0ce3885d59
@ -109,6 +109,7 @@ void unwrap_test() {
|
|||||||
do_unwrap(cref(cc));
|
do_unwrap(cref(cc));
|
||||||
|
|
||||||
BOOST_CHECK(cc.count() == 1);
|
BOOST_CHECK(cc.count() == 1);
|
||||||
|
BOOST_CHECK(unwrap_ref(ref(cc)).count() == 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
int test_main(int, char * [])
|
int test_main(int, char * [])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user