Switch macro for type alias

This commit is contained in:
loonycyborg 2019-10-24 13:13:52 +03:00
parent 4379ca3446
commit bdc26a1fba

View file

@ -26,7 +26,7 @@
#include <mysql/mysql.h>
#if defined(MYSQL_VERSION_ID) && MYSQL_VERSION_ID >= 80000
#define my_bool bool
using my_bool = bool;
#endif
#include "exceptions.hpp"