It seems boost dropped the BOOST_GCC define?
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user