| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| CMakeLists.txt | ||
| type_traits.h | ||
| type_traits_test.cc |
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
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| BUILD.bazel | Loading commit data... | |
| CMakeLists.txt | Loading commit data... | |
| type_traits.h | Loading commit data... | |
| type_traits_test.cc | Loading commit data... |