Ticket #1618: traits.diff

File traits.diff, 707 bytes (added by Richard Webb <richard.webb@…>, 14 years ago)
  • traits.hpp

     
    7474
    7575#endif // #ifndef BOOST_IOSTREAMS_NO_STREAM_TEMPLATES //----------------------//
    7676
    77 #if BOOST_WORKAROUND(BOOST_MSVC, >= 1400)
    78 # pragma warning(pop)
    79 #endif
    80 
    8177template<typename T>
    8278struct is_std_io
    8379    : mpl::or_< is_istream<T>, is_ostream<T>, is_streambuf<T> >
     
    369365    typedef typename traits_type::pos_type  pos_type; \
    370366    /**/
    371367
     368#if BOOST_WORKAROUND(BOOST_MSVC, >= 1400)
     369# pragma warning(pop)
     370#endif
     371
    372372} } // End namespaces iostreams, boost.
    373373
    374374#endif // #ifndef BOOST_IOSTREAMS_IO_TRAITS_HPP_INCLUDED