We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d7626 commit 8268662Copy full SHA for 8268662
clang/docs/LanguageExtensions.rst
@@ -1860,7 +1860,7 @@ The following type trait primitives are supported by Clang. Those traits marked
1860
* ``__is_trivially_copyable`` (C++, GNU, Microsoft)
1861
* ``__is_trivially_destructible`` (C++, MSVC 2013)
1862
* ``__is_trivially_relocatable`` (Clang) (Deprecated,
1863
- use ``__builtin_is_cpp_trivially_relocatable`` instead).
+ use ``__builtin_is_cpp_trivially_relocatable`` instead).
1864
Returns true if moving an object
1865
of the given type, and then destroying the source object, is known to be
1866
functionally equivalent to copying the underlying bytes and then dropping the
0 commit comments