comparison DEPENDENCIES/generic/include/boost/asio/time_traits.hpp @ 101:c530137014c0

Update Boost headers (1.58.0)
author Chris Cannam
date Mon, 07 Sep 2015 11:12:49 +0100
parents 2665513ce2d3
children
comparison
equal deleted inserted replaced
100:793467b5e61c 101:c530137014c0
1 // 1 //
2 // time_traits.hpp 2 // time_traits.hpp
3 // ~~~~~~~~~~~~~~~ 3 // ~~~~~~~~~~~~~~~
4 // 4 //
5 // Copyright (c) 2003-2013 Christopher M. Kohlhoff (chris at kohlhoff dot com) 5 // Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
6 // 6 //
7 // Distributed under the Boost Software License, Version 1.0. (See accompanying 7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
8 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 8 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
9 // 9 //
10 10
18 #include <boost/asio/detail/socket_types.hpp> // Must come before posix_time. 18 #include <boost/asio/detail/socket_types.hpp> // Must come before posix_time.
19 19
20 #if defined(BOOST_ASIO_HAS_BOOST_DATE_TIME) \ 20 #if defined(BOOST_ASIO_HAS_BOOST_DATE_TIME) \
21 || defined(GENERATING_DOCUMENTATION) 21 || defined(GENERATING_DOCUMENTATION)
22 22
23 #include <boost/asio/detail/push_options.hpp>
24 #include <boost/date_time/posix_time/posix_time_types.hpp> 23 #include <boost/date_time/posix_time/posix_time_types.hpp>
25 #include <boost/asio/detail/pop_options.hpp>
26 24
27 #include <boost/asio/detail/push_options.hpp> 25 #include <boost/asio/detail/push_options.hpp>
28 26
29 namespace boost { 27 namespace boost {
30 namespace asio { 28 namespace asio {