summaryrefslogtreecommitdiff
path: root/src/third_party/boost-1.60.0/libs/system/src/error_code.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/boost-1.60.0/libs/system/src/error_code.cpp')
-rw-r--r--src/third_party/boost-1.60.0/libs/system/src/error_code.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/third_party/boost-1.60.0/libs/system/src/error_code.cpp b/src/third_party/boost-1.60.0/libs/system/src/error_code.cpp
new file mode 100644
index 00000000000..aa628ab304c
--- /dev/null
+++ b/src/third_party/boost-1.60.0/libs/system/src/error_code.cpp
@@ -0,0 +1,20 @@
+// error_code support implementation file ----------------------------------//
+
+// Copyright Beman Dawes 2002, 2006
+
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+
+// See library home page at http://www.boost.org/libs/system
+
+//----------------------------------------------------------------------------//
+
+// define BOOST_SYSTEM_SOURCE so that <boost/system/config.hpp> knows
+// the library is being built (possibly exporting rather than importing code)
+#define BOOST_SYSTEM_SOURCE
+
+#include <boost/system/error_code.hpp>
+
+#ifndef BOOST_ERROR_CODE_HEADER_ONLY
+#include <boost/system/detail/error_code.ipp>
+#endif