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
GCC 5 introduced __is_trivially_copyable for implementing
std::is_trivially_copyable. However, gcc does not report it through
__has_feature. Perform a version check instead. Repairs the build with
GCC.
0 commit comments