Warning, file /include/boost/log/core.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 #ifndef BOOST_LOG_CORE_HPP_INCLUDED_
0016 #define BOOST_LOG_CORE_HPP_INCLUDED_
0017
0018 #include <boost/log/detail/config.hpp>
0019
0020 #include <boost/log/core/core.hpp>
0021 #include <boost/log/core/record.hpp>
0022 #include <boost/log/core/record_view.hpp>
0023
0024 #ifdef BOOST_HAS_PRAGMA_ONCE
0025 #pragma once
0026 #endif
0027
0028 #endif