Merge all config diffs from trunk

[SVN r62379]
This commit is contained in:
Beman Dawes
2010-06-02 14:30:04 +00:00
parent 4ce3e43a4e
commit 49e17b082e
41 changed files with 1851 additions and 119 deletions
+4
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;
}