It seems boost dropped the BOOST_GCC define?

This commit is contained in:
Jason Turner
2012-05-28 11:35:53 -06:00
parent ed15cc1730
commit 7cbd494123

View File

@@ -26,7 +26,7 @@ namespace chaiscript
struct boolean struct boolean
{ {
#ifdef BOOST_GCC #ifdef __GNUC__
#pragma GCC diagnostic ignored "-Wsign-compare" #pragma GCC diagnostic ignored "-Wsign-compare"
#endif #endif
template<typename T, typename U> template<typename T, typename U>