Switch macro for type alias
This commit is contained in:
parent
4379ca3446
commit
bdc26a1fba
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue