/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/map:820:5: error: static_assert failed
|
"Allocator::value_type must be same type as value_type"
|
static_assert((is_same<typename allocator_type::value_type, value_type>::value),
|
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__config:729:36: note: expanded from macro
|
'static_assert'
|
# define static_assert(__b, __m) _Static_assert(__b, __m)
|
^ ~~~
|
/Users/varun/MariaDB/10.3/storage/innobase/include/trx0trx.h:1248:19: note: in instantiation of template class 'std::__1::map<dict_table_t *,
|
unsigned long long, std::__1::less<dict_table_t *>, ut_allocator<dict_table_t *, true> >' requested here
|
trx_mod_tables_t mod_tables; /*!< List of tables that were modified
|