#8453 closed Bugs (fixed)
Incorrect configuration macro BOOST_NO_PARTIAL_TEMPLATE_SPECIALIZATION
| Reported by: | Owned by: | Neil Groves | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | range |
| Version: | Boost 1.53.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
The BOOST_NO_PARTIAL_TEMPLATE_SPECIALIZATION condition in “boost/range/detail/extract_optional_type.hpp” is invalid and causing the compilation to fail for compilers with no default arguments on partial specializations. There is already BOOST_NO_PARTIAL_SPECIALIZATION_IMPLICIT_DEFAULT_ARGS should be used instead.
Change History (4)
comment:1 by , 9 years ago
comment:3 by , 9 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [84663]) [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).