Merge rework of C++11 config macros to release

[SVN r79537]
This commit is contained in:
Marshall Clow
2012-07-15 15:59:05 +00:00
parent 1b1589b54d
commit bc0114f7c8
115 changed files with 1200 additions and 908 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
int main()
{
#ifndef BOOST_NO_EXTERN_TEMPLATE
#ifndef BOOST_NO_CXX11_EXTERN_TEMPLATE
test_free_proc<int>(0);
tester<int>::test();
#endif