|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r64475 - sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing
From: bbartmanboost_at_[hidden]
Date: 2010-07-30 13:27:42
Author: bbartman
Date: 2010-07-30 13:27:41 EDT (Fri, 30 Jul 2010)
New Revision: 64475
URL: http://svn.boost.org/trac/boost/changeset/64475
Log:
creating a work around for things which I don
't maintain and am not responsible for maintianing
Text files modified:
sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/boost_endian_integration_test.cpp | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
Modified: sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/boost_endian_integration_test.cpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/boost_endian_integration_test.cpp (original)
+++ sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/boost_endian_integration_test.cpp 2010-07-30 13:27:41 EDT (Fri, 30 Jul 2010)
@@ -2,7 +2,9 @@
// 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 <boost/config.hpp>
+#ifndef BOOST_MSVC
#include <boost/integer/endian.hpp>
#include <boost/integer/endian_binary_stream.hpp>
#include <boost/binary_stream.hpp>
@@ -37,3 +39,8 @@
}
return boost::report_errors();
}
+#else
+int main() {
+ return 0;
+}
+#endif
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk