From 9cc92fda91ebdd6034e334095babec340f83e796 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Thu, 19 Dec 2019 18:15:16 +0100 Subject: [PATCH] compilation failure #define likely clashes with static bool likely(const string_type& str) in /usr/include/boost/date_time/special_values_parser.hpp --- dbcon/mysql/idb_mysql.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dbcon/mysql/idb_mysql.h b/dbcon/mysql/idb_mysql.h index da56776fa..b94cc2409 100644 --- a/dbcon/mysql/idb_mysql.h +++ b/dbcon/mysql/idb_mysql.h @@ -99,6 +99,7 @@ template bool isnan(T); #undef PACKAGE_BUGREPORT #undef DEBUG #undef set_bits +#undef likely namespace {