mirror of
https://github.com/boostorg/regex.git
synced 2025-07-22 00:32:52 +02:00
Ooops, fix version check.
[SVN r37115]
This commit is contained in:
@ -76,7 +76,7 @@ struct regex_traits : public implementationT
|
|||||||
// required "standard" ones:
|
// required "standard" ones:
|
||||||
//
|
//
|
||||||
namespace re_detail{
|
namespace re_detail{
|
||||||
#if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) && !BOOST_WORKAROUND(__HP_aCC, BOOST_TESTED_AT(60000))
|
#if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) && !BOOST_WORKAROUND(__HP_aCC, < 60000)
|
||||||
BOOST_MPL_HAS_XXX_TRAIT_DEF(boost_extensions_tag)
|
BOOST_MPL_HAS_XXX_TRAIT_DEF(boost_extensions_tag)
|
||||||
#else
|
#else
|
||||||
template<class T>
|
template<class T>
|
||||||
@ -129,7 +129,7 @@ struct compute_wrapper_base
|
|||||||
{
|
{
|
||||||
typedef BaseT type;
|
typedef BaseT type;
|
||||||
};
|
};
|
||||||
#if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) && !BOOST_WORKAROUND(__HP_aCC, BOOST_TESTED_AT(60000))
|
#if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) && !BOOST_WORKAROUND(__HP_aCC, < 60000)
|
||||||
template <class BaseT>
|
template <class BaseT>
|
||||||
struct compute_wrapper_base<BaseT, false>
|
struct compute_wrapper_base<BaseT, false>
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user