Re: [Boost-bugs] [Boost C++ Libraries] #4714: boost::tokenizer_detail::traits_extension does not expose correctly std::_Secure_char_traits_tag on VC9

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4714: boost::tokenizer_detail::traits_extension does not expose correctly std::_Secure_char_traits_tag on VC9
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-10-05 12:53:49


#4714: boost::tokenizer_detail::traits_extension does not expose correctly
std::_Secure_char_traits_tag on VC9
---------------------------------+------------------------------------------
  Reporter: emilm@… | Owner: jsiek
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: tokenizer
   Version: Boost 1.44.0 | Severity: Problem
Resolution: | Keywords:
---------------------------------+------------------------------------------

Comment (by emilm@…):

 A possible fix would be to add this in the definition of traits_extension
 ( token_functions.hpp line 215 for boost 1_44)
 {{{
 #if defined(BOOST_MSVC) && defined(_SECURE_SCL)
  typedef typename std::_Char_traits_category<traits>::_Secure_char_traits
 _Secure_char_traits;
 #endif
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4714#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:04 UTC