Fix a couple of comments.

[SVN r60294]
This commit is contained in:
Daniel James 2010-03-07 13:11:10 +00:00
parent bbccfbbab4
commit e6cb3a77ee

View File

@ -49,7 +49,7 @@ public:
} // namespace detail } // namespace detail
#else // defined(BOOST_HAS_DECLTYPE) #else // defined(BOOST_NO_DECLTYPE)
// CWPro8 requires an argument in a function type specialization // CWPro8 requires an argument in a function type specialization
#if BOOST_WORKAROUND(__MWERKS__, BOOST_TESTED_AT(0x3002)) && BOOST_PP_ITERATION() == 0 #if BOOST_WORKAROUND(__MWERKS__, BOOST_TESTED_AT(0x3002)) && BOOST_PP_ITERATION() == 0
@ -76,7 +76,7 @@ struct result_of<F(BOOST_RESULT_OF_ARGS)>
#undef BOOST_RESULT_OF_ARGS #undef BOOST_RESULT_OF_ARGS
#endif // defined(BOOST_HAS_DECLTYPE) #endif // defined(BOOST_NO_DECLTYPE)
#if BOOST_PP_ITERATION() >= 1 #if BOOST_PP_ITERATION() >= 1