forked from boostorg/regex
Cleaned up non-standard behaviour in traits classes.
Suppressed explicit instantiations for older Intel versions. Added std::distance workaround for Sunpro. [SVN r26716]
This commit is contained in:
@ -548,8 +548,6 @@ boost::shared_ptr<w32_regex_traits_implementation<charT> > create_w32_regex_trai
|
||||
template <class charT>
|
||||
class w32_regex_traits
|
||||
{
|
||||
private:
|
||||
typedef std::ctype<charT> ctype_type;
|
||||
public:
|
||||
typedef charT char_type;
|
||||
typedef std::size_t size_type;
|
||||
|
Reference in New Issue
Block a user