mirror of
https://github.com/boostorg/utility.git
synced 2025-08-03 23:04:34 +02:00
Corrected comment.
[SVN r85624]
This commit is contained in:
@@ -310,7 +310,7 @@ int main()
|
|||||||
#if defined(BOOST_RESULT_OF_USE_DECLTYPE) || defined(BOOST_RESULT_OF_USE_TR1_WITH_DECLTYPE_FALLBACK)
|
#if defined(BOOST_RESULT_OF_USE_DECLTYPE) || defined(BOOST_RESULT_OF_USE_TR1_WITH_DECLTYPE_FALLBACK)
|
||||||
int i = 123;
|
int i = 123;
|
||||||
sfinae_test(sfinae_test_f, i);
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user