mirror of
https://github.com/boostorg/range.git
synced 2025-07-29 20:37:25 +02:00
[range] Choose the appropriate implementation of BOOST_RANGE_EXTRACT_OPTIONAL_TYPE() based on BOOST_NO_PARTIAL_SPECIALIZATION_IMPLICIT_DEFAULT_ARGS rather than BOOST_NO_PARTIAL_TEMPLATE_SPECIALIZATION (refs #8453).
[SVN r84663]
This commit is contained in:
2
include/boost/range/detail/extract_optional_type.hpp
Executable file → Normal file
2
include/boost/range/detail/extract_optional_type.hpp
Executable file → Normal file
@ -16,7 +16,7 @@
|
||||
|
||||
#include <boost/config.hpp>
|
||||
|
||||
#ifdef BOOST_NO_PARTIAL_TEMPLATE_SPECIALIZATION
|
||||
#ifdef BOOST_NO_PARTIAL_SPECIALIZATION_IMPLICIT_DEFAULT_ARGS
|
||||
|
||||
#define BOOST_RANGE_EXTRACT_OPTIONAL_TYPE( a_typedef ) \
|
||||
template< typename C > \
|
||||
|
Reference in New Issue
Block a user