Conditionally checks std::is_trivially_copyable only if available. (#3327)

This commit is contained in:
Daniel J. H
2016-11-16 21:07:45 +01:00
committed by Daniel Patterson
parent d5bf508046
commit 73e365d398
3 changed files with 10 additions and 5 deletions
+1
View File
@@ -4,6 +4,7 @@
#include <cstddef>
#include <cstdint>
#include <functional>
#include <type_traits>
#include <bitset>