summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/locale/build/has_xlocale.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/locale/build/has_xlocale.cpp')
-rw-r--r--src/boost/libs/locale/build/has_xlocale.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/boost/libs/locale/build/has_xlocale.cpp b/src/boost/libs/locale/build/has_xlocale.cpp
new file mode 100644
index 000000000..4d788e2b7
--- /dev/null
+++ b/src/boost/libs/locale/build/has_xlocale.cpp
@@ -0,0 +1,12 @@
+//
+// Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)
+//
+// 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)
+//
+#include <xlocale.h>
+int main()
+{
+ newlocale(LC_ALL_MASK,"",0);
+}