Ticket #11656: vx_boost_iostreams.patch

File vx_boost_iostreams.patch, 579 bytes (added by Brian Kuhl <brian.kuhl@…>, 7 years ago)
  • boost_1_57_0/boost/iostreams/detail/config/fpos.hpp

    diff -uNdr boost_orig/iostreams/detail/config/fpos.hpp boost/iostreams/detail/config/fpos.hpp
     
    2323#endif
    2424
    2525# if (defined(_YVALS) || defined(_CPPLIB_VER)) && !defined(__SGI_STL_PORT) && \
    26      !defined(_STLPORT_VERSION) && !defined(__QNX__)
     26     !defined(_STLPORT_VERSION) && !defined(__QNX__) && !defined(__VXWORKS__)
    2727     /**/
    2828#  define BOOST_IOSTREAMS_HAS_DINKUMWARE_FPOS
    2929# endif