mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-10 20:30:01 +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
|
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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user