Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r85624 - trunk/libs/utility/test
From: andrey.semashev_at_[hidden]
Date: 2013-09-09 14:43:28


Author: andysem
Date: 2013-09-09 14:43:27 EDT (Mon, 09 Sep 2013)
New Revision: 85624
URL: http://svn.boost.org/trac/boost/changeset/85624

Log:
Corrected comment.

Text files modified:
   trunk/libs/utility/test/result_of_test.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/utility/test/result_of_test.cpp
==============================================================================
--- trunk/libs/utility/test/result_of_test.cpp Mon Sep 9 13:37:54 2013 (r85623)
+++ trunk/libs/utility/test/result_of_test.cpp 2013-09-09 14:43:27 EDT (Mon, 09 Sep 2013) (r85624)
@@ -310,7 +310,7 @@
 #if defined(BOOST_RESULT_OF_USE_DECLTYPE) || defined(BOOST_RESULT_OF_USE_TR1_WITH_DECLTYPE_FALLBACK)
   int i = 123;
   sfinae_test(sfinae_test_f, i);
-#endif // defined(BOOST_RESULT_OF_USE_DECLTYPE)
+#endif // defined(BOOST_RESULT_OF_USE_DECLTYPE) || defined(BOOST_RESULT_OF_USE_TR1_WITH_DECLTYPE_FALLBACK)
 
   return 0;
 }


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