Merge branch 'final' of https://github.com/K-ballo/config into develop

This commit is contained in:
jzmaddock
2014-08-19 18:01:25 +01:00
13 changed files with 139 additions and 5 deletions

View File

@@ -649,6 +649,8 @@ explicit conversion operators (`explicit operator T()`).
[[`BOOST_NO_CXX11_EXTERN_TEMPLATE`][The compiler does not support
explicit instantiation forward declarations for templates (`extern template ...`).
]]
[[`BOOST_NO_CXX11_FINAL`][The compiler does not support the C++ class-virt-specifier final.
]]
[[`BOOST_NO_CXX11_FUNCTION_TEMPLATE_DEFAULT_ARGS`][The compiler does not support
default template arguments for function templates.
]]