summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-12-26 23:20:57 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-12-26 23:20:57 (GMT)
commitc928a0e07b2c23837a2d66285398ce45b3ed8024 (patch)
tree6b146bb1d57b283cf125e3e478b66915674be0df /3rdParty/Boost/src/libs/program_options/src/utf8_codecvt_facet.cpp
parent6568d14cdf5d76bb2bc4dbdd68b76e5a0cfc6e0d (diff)
downloadswift-c928a0e07b2c23837a2d66285398ce45b3ed8024.zip
swift-c928a0e07b2c23837a2d66285398ce45b3ed8024.tar.bz2
Compile Boost utf8 files as separate files.
Diffstat (limited to '3rdParty/Boost/src/libs/program_options/src/utf8_codecvt_facet.cpp')
-rw-r--r--3rdParty/Boost/src/libs/program_options/src/utf8_codecvt_facet.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/3rdParty/Boost/src/libs/program_options/src/utf8_codecvt_facet.cpp b/3rdParty/Boost/src/libs/program_options/src/utf8_codecvt_facet.cpp
deleted file mode 100644
index c0fd7c0..0000000
--- a/3rdParty/Boost/src/libs/program_options/src/utf8_codecvt_facet.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright Vladimir Prus 2004.
-// 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)
-
-#define BOOST_PROGRAM_OPTIONS_SOURCE
-#include <boost/program_options/config.hpp>
-
-#define BOOST_UTF8_BEGIN_NAMESPACE \
- namespace boost { namespace program_options { namespace detail {
-
-#define BOOST_UTF8_END_NAMESPACE }}}
-#define BOOST_UTF8_DECL BOOST_PROGRAM_OPTIONS_DECL
-
-#include "../../detail/utf8_codecvt_facet.cpp"
-
-
-#undef BOOST_UTF8_BEGIN_NAMESPACE
-#undef BOOST_UTF8_END_NAMESPACE
-#undef BOOST_UTF8_DECL
-