1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

compilation failure

#define likely clashes with

static bool likely(const string_type& str)

in /usr/include/boost/date_time/special_values_parser.hpp
This commit is contained in:
Sergei Golubchik
2019-12-19 18:15:16 +01:00
parent 586391e1ca
commit 9cc92fda91

View File

@ -99,6 +99,7 @@ template <class T> bool isnan(T);
#undef PACKAGE_BUGREPORT #undef PACKAGE_BUGREPORT
#undef DEBUG #undef DEBUG
#undef set_bits #undef set_bits
#undef likely
namespace namespace
{ {