mirror of
https://github.com/boostorg/config.git
synced 2026-05-19 23:34:44 +02:00
Remove BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENT
This makes boost::config independent of boost::core in the modularized repos. (from Stephen Kelly) Daniel James: The original patch included changes for several libraries. I'll deal with them later, they shouldn't break since the changes were to remove code that won't be activated any more. [SVN r85274]
This commit is contained in:
@@ -105,10 +105,6 @@ indeed doing so may be impossible in some cases. Those libraries that do
|
||||
honor this will typically abort if a critical error occurs - you have been
|
||||
warned!
|
||||
]]
|
||||
[[`BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS`][Compiler][
|
||||
Can only use deduced template arguments when calling function template
|
||||
instantiations.
|
||||
]]
|
||||
[[`BOOST_NO_FUNCTION_TEMPLATE_ORDERING`][Compiler][
|
||||
The compiler does not perform function template ordering or its function
|
||||
template ordering is incorrect.
|
||||
|
||||
Reference in New Issue
Block a user