diff options
author | Aaron Jacobs <jacobsa@google.com> | 2023-03-27 16:08:18 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-03-27 16:08:57 -0700 |
commit | 6b4af2497bf3ec56b070fdd6d8c2cf5996c17dbe (patch) | |
tree | 010891fa4aa2f51f8b4263033e3c80d980d43d6a /absl/synchronization/internal | |
parent | 0dc94309d367001176962db4ed3dc450a6448b31 (diff) |
type_traits: don't use __is_trivially_relocatable with Clang on Windows.
It currently gives the wrong result for types with a user-provided destructor:
struct S {
~S();
};
static_assert(!__is_trivially_relocatable(S));
PiperOrigin-RevId: 519855600
Change-Id: I5f0659ad0831974805a5ed4b615e3b6250d23154
Diffstat (limited to 'absl/synchronization/internal')
0 files changed, 0 insertions, 0 deletions