You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
include/gromox/defs.h: In instantiation of 'T*
gromox::me_alloc(size_t) [with T = char; size_t = long unsigned
int]':
lib/list_file.cpp:209:35: required from here
209 | auto ptr = gromox::me_alloc<char>(table_size * list_file->item_size);
include/gromox/defs.h:128:28: warning: 'std::is_trivial_v<char>'
is deprecated: use 'is_trivially_default_constructible_v &&
is_trivially_copyable_v' instead [-Wdeprecated-declarations]
128 | static_assert(std::is_trivial_v<T> && std::is_trivially_destructible_v<T>);
0 commit comments