Ticket #7941: fpos.hpp.diff

File fpos.hpp.diff, 1.2 KB (added by p.brockamp@…, 10 years ago)

Disable BOOST_IOSTREAMS_HAS_DINKUMWARE_FPOS for vxWorks

  • fpos.hpp

     
    11/*
    2  * Distributed under the Boost Software License, Version 1.0.(See accompanying 
     2 * Distributed under the Boost Software License, Version 1.0.(See accompanying
    33 * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
    4  * 
     4 *
    55 * See http://www.boost.org/libs/iostreams for documentation.
    66
    77 * File:        boost/iostreams/detail/execute.hpp
     
    1111 * Contact:     turkanis at coderage dot com
    1212 *
    1313 * Defines the preprocessor symbol BOOST_IOSTREAMS_HAS_DINKUMWARE_FPOS for
    14  * platforms that use the implementation of std::fpos from the Dinkumware 
     14 * platforms that use the implementation of std::fpos from the Dinkumware
    1515 * Standard Library.
    1616 */
    1717
     
    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