summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/config/checks/architecture/64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/config/checks/architecture/64.cpp')
-rw-r--r--src/boost/libs/config/checks/architecture/64.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/boost/libs/config/checks/architecture/64.cpp b/src/boost/libs/config/checks/architecture/64.cpp
new file mode 100644
index 000000000..5a33bc645
--- /dev/null
+++ b/src/boost/libs/config/checks/architecture/64.cpp
@@ -0,0 +1,9 @@
+// 64.cpp
+//
+// Copyright (c) 2012 Steven Watanabe
+//
+// 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)
+
+int test[sizeof(void*) == 8? 1 : -1];