mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-08 01:36:54 +08:00
It seems boost dropped the BOOST_GCC define?
This commit is contained in:
parent
ed15cc1730
commit
7cbd494123
@ -26,7 +26,7 @@ namespace chaiscript
|
||||
struct boolean
|
||||
{
|
||||
|
||||
#ifdef BOOST_GCC
|
||||
#ifdef __GNUC__
|
||||
#pragma GCC diagnostic ignored "-Wsign-compare"
|
||||
#endif
|
||||
template<typename T, typename U>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user