Added an anonymous unwrapping test.

[SVN r47297]
This commit is contained in:
Ronald Garcia 2008-07-10 23:01:26 +00:00
parent 1823481d96
commit 0ce3885d59

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