Update link_test to check that separate file template instantiation and export works as expected.

[SVN r62332]
This commit is contained in:
John Maddock
2010-05-30 17:31:09 +00:00
parent 915cd05f0e
commit 1f0f1c2dcf
5 changed files with 78 additions and 10 deletions

View File

@@ -9,6 +9,10 @@
int main()
{
#ifndef BOOST_NO_EXTERN_TEMPLATE
test_free_proc<int>(0);
tester<int>::test();
#endif
return check_options(dyn_link, dyn_rtl, has_threads, debug, stl_debug) ? 0 : -1;
}