Merge pull request #48095 from akien-mga/safe_refcount-include-type_traits

Add type_traits include for `std::is_trivially_destructible`
This commit is contained in:
Rémi Verschelde 2021-04-22 17:15:55 +02:00 committed by GitHub
commit c7b97f077a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@
#if !defined(NO_THREADS)
#include <atomic>
#include <type_traits>
// Design goals for these classes:
// - No automatic conversions or arithmetic operators,