mirror of
https://github.com/boostorg/config.git
synced 2025-11-02 00:31:53 +01:00
Merge rework of C++11 config macros to release
[SVN r79537]
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
|
||||
// See http://www.boost.org/libs/config for the most recent version.
|
||||
|
||||
// MACRO: BOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS
|
||||
// MACRO: BOOST_NO_CXX11_FUNCTION_TEMPLATE_DEFAULT_ARGS
|
||||
// TITLE: Default template arguments for function templates
|
||||
// DESCRIPTION: Default template arguments for function templates are not supported.
|
||||
|
||||
namespace boost_no_function_template_default_args
|
||||
namespace boost_no_cxx11_function_template_default_args
|
||||
{
|
||||
|
||||
template<typename T = int>
|
||||
|
||||
Reference in New Issue
Block a user