mirror of
https://github.com/boostorg/config.git
synced 2025-11-17 07:59:24 +01:00
Update link_test to check that separate file template instantiation and export works as expected.
[SVN r62332]
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user