mirror of
https://github.com/boostorg/range.git
synced 2025-07-29 04:17:39 +02:00
Re-enable broken compiler workarounds (they cause regressions if not present).
[SVN r31512]
This commit is contained in:
@ -18,9 +18,9 @@
|
||||
#include <boost/range/config.hpp>
|
||||
#include <boost/range/iterator.hpp>
|
||||
|
||||
//#ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
|
||||
//#include <boost/range/detail/value_type.hpp>
|
||||
//#else
|
||||
#ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
|
||||
#include <boost/range/detail/value_type.hpp>
|
||||
#else
|
||||
|
||||
#include <boost/iterator/iterator_traits.hpp>
|
||||
|
||||
@ -141,6 +141,6 @@ namespace boost
|
||||
|
||||
} // namespace boost
|
||||
*/
|
||||
//#endif // BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
|
||||
#endif // BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user