Warning, file /include/boost/iostreams/detail/config/fpos.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018 #ifndef BOOST_IOSTREAMS_DETAIL_CONFIG_FPOS_HPP_INCLUDED
0019 #define BOOST_IOSTREAMS_DETAIL_CONFIG_FPOS_HPP_INCLUDED
0020
0021 #if defined(_MSC_VER)
0022 # pragma once
0023 #endif
0024
0025 #include <boost/config.hpp>
0026
0027 # if (defined(_YVALS) || defined(_CPPLIB_VER)) && !defined(__SGI_STL_PORT) && \
0028 !defined(_STLPORT_VERSION) && !defined(__QNX__) && !defined(_VX_CPU) && !defined(__VXWORKS__) \
0029 && !((defined(BOOST_MSVC) || defined(BOOST_CLANG)) && _MSVC_STL_VERSION >= 141) \
0030 && !defined(_LIBCPP_VERSION)
0031
0032
0033 #include <boost/iostreams/detail/ios.hpp>
0034
0035 # define BOOST_IOSTREAMS_HAS_DINKUMWARE_FPOS
0036
0037 #if !defined(_FPOSOFF)
0038 #define BOOST_IOSTREAMS_FPOSOFF(fp) ((long long)(fp))
0039 #else
0040 #define BOOST_IOSTREAMS_FPOSOFF(fp) _FPOSOFF(fp)
0041 #endif
0042
0043 # endif
0044
0045 #endif