File indexing completed on 2026-06-05 08:12:05
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010 #ifndef BOOST_INTERPROCESS_DETAIL_STD_FWD_HPP
0011 #define BOOST_INTERPROCESS_DETAIL_STD_FWD_HPP
0012
0013 #ifndef BOOST_CONFIG_HPP
0014 # include <boost/config.hpp>
0015 #endif
0016 0017 ">#
0018 #if defined(BOOST_HAS_PRAGMA_ONCE)
0019 # pragma once
0020 #endif
0021
0022
0023
0024
0025
0026 #include <boost/move/detail/std_ns_begin.hpp>
0027 BOOST_MOVE_STD_NS_BEG
0028
0029 struct input_iterator_tag;
0030 struct forward_iterator_tag;
0031 struct bidirectional_iterator_tag;
0032 struct random_access_iterator_tag;
0033
0034 template<class T>
0035 struct char_traits;
0036
0037 #if defined(BOOST_MSVC) && (BOOST_MSVC >= 1800) &&defined(BOOST_DINKUMWARE_STDLIB)
0038 #define BOOST_INTERPROCESS_STD_FWD_MSVC_IOS_BUG
0039
0040
0041 # pragma vtordisp(push, 2)
0042 #endif
0043
0044 template<class CharT, class Traits>
0045 class basic_ostream;
0046
0047 template<class CharT, class Traits>
0048 class basic_istream;
0049
0050 #ifdef BOOST_INTERPROCESS_STD_FWD_MSVC_IOS_BUG
0051 # pragma vtordisp(pop)
0052 # undef BOOST_INTERPROCESS_STD_FWD_MSVC_IOS_BUG
0053 #endif
0054
0055 BOOST_MOVE_STD_NS_END
0056 #include <boost/move/detail/std_ns_end.hpp>
0057
0058 #endif