1
0
forked from boostorg/core

Added an anonymous unwrapping test.

[SVN r47297]
This commit is contained in:
Ronald Garcia
2008-07-10 23:01:26 +00:00
committed by Peter Dimov
parent 8991da4fab
commit 5b2149af82

View File

@@ -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 * [])