mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 13:27:33 +02:00
Fix std::is_trivial deprecation warnings
This commit is contained in:
committed by
Mohammad Nejati
parent
16f94633b1
commit
1edc287c05
@@ -39,7 +39,8 @@ struct span_body
|
||||
{
|
||||
private:
|
||||
static_assert(
|
||||
std::is_trivial<T>::value &&
|
||||
std::is_trivially_default_constructible<T>::value &&
|
||||
std::is_trivially_copyable<T>::value &&
|
||||
std::is_standard_layout<T>::value,
|
||||
"POD requirements not met");
|
||||
|
||||
|
Reference in New Issue
Block a user