comparison DEPENDENCIES/generic/include/boost/asio/impl/error.ipp @ 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 // impl/error.ipp 2 // impl/error.ipp
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
14 #if defined(_MSC_VER) && (_MSC_VER >= 1200) 14 #if defined(_MSC_VER) && (_MSC_VER >= 1200)
15 # pragma once 15 # pragma once
16 #endif // defined(_MSC_VER) && (_MSC_VER >= 1200) 16 #endif // defined(_MSC_VER) && (_MSC_VER >= 1200)
17 17
18 #include <boost/asio/detail/config.hpp> 18 #include <boost/asio/detail/config.hpp>
19 #include <string>
19 #include <boost/asio/error.hpp> 20 #include <boost/asio/error.hpp>
20 21
21 #include <boost/asio/detail/push_options.hpp> 22 #include <boost/asio/detail/push_options.hpp>
22 23
23 namespace boost { 24 namespace boost {