From 0f5ae0e73c4dab7c133bbc66318b226b9f062c8e Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Mon, 9 Sep 2013 18:43:27 +0000 Subject: [PATCH] Corrected comment. [SVN r85624] --- test/result_of_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/result_of_test.cpp b/test/result_of_test.cpp index 6c60f99..9ea72f1 100644 --- a/test/result_of_test.cpp +++ b/test/result_of_test.cpp @@ -310,7 +310,7 @@ int main() #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; }