1234567891011121314151617181920212223242526272829 |
- #ifndef BOOST_LOG_UTILITY_MANIPULATORS_HPP_INCLUDED_
- #define BOOST_LOG_UTILITY_MANIPULATORS_HPP_INCLUDED_
- #include <boost/log/detail/config.hpp>
- #include <boost/log/utility/manipulators/add_value.hpp>
- #include <boost/log/utility/manipulators/to_log.hpp>
- #include <boost/log/utility/manipulators/dump.hpp>
- #include <boost/log/utility/manipulators/auto_newline.hpp>
- #ifdef BOOST_HAS_PRAGMA_ONCE
- #pragma once
- #endif
- #endif
|