Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83073 - sandbox/tuple-move/libs/tuple/test
From: adam.wulkiewicz_at_[hidden]
Date: 2013-02-21 18:38:42


Author: awulkiew
Date: 2013-02-21 18:38:41 EST (Thu, 21 Feb 2013)
New Revision: 83073
URL: http://svn.boost.org/trac/boost/changeset/83073

Log:
tuple-move test disabled if BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION is defined
Text files modified:
   sandbox/tuple-move/libs/tuple/test/tuple_move.cpp | 11 +++++++++++
   1 files changed, 11 insertions(+), 0 deletions(-)

Modified: sandbox/tuple-move/libs/tuple/test/tuple_move.cpp
==============================================================================
--- sandbox/tuple-move/libs/tuple/test/tuple_move.cpp (original)
+++ sandbox/tuple-move/libs/tuple/test/tuple_move.cpp 2013-02-21 18:38:41 EST (Thu, 21 Feb 2013)
@@ -7,6 +7,8 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
+#ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
+
 #include <boost/test/included/test_exec_monitor.hpp>
 #include <boost/test/impl/execution_monitor.ipp>
 
@@ -221,3 +223,12 @@
 
     return 0;
 }
+
+#else // #ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
+
+int test_main(int, char* [])
+{
+ return 0;
+}
+
+#endif // #ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION


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