1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-19 11:40:31 -04:00
Commit graph

1 commit

Author SHA1 Message Date
Jan Beich
2082f7a0da devel/codeblocks-devel: unbreak with libc++ 5
In file included from sqvm.cpp:5:
In file included from /usr/include/c++/v1/math.h:310:
/usr/include/c++/v1/limits:148:85: error: expected expression
    _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type min() _NOEXCEPT {return type();}
                                                                                    ^
../../../../src/include/scripting/squirrel/sqobject.h:99:24: note: expanded from macro 'type'
 #define type(obj) ((obj)._type)
                        ^

Submitted by:	Michael Butler (based on)
2018-08-10 12:43:43 +00:00