Skip to content

Commit 8268662

Browse files
committed
fix docs
1 parent 33d7626 commit 8268662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/LanguageExtensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1860,7 +1860,7 @@ The following type trait primitives are supported by Clang. Those traits marked
18601860
* ``__is_trivially_copyable`` (C++, GNU, Microsoft)
18611861
* ``__is_trivially_destructible`` (C++, MSVC 2013)
18621862
* ``__is_trivially_relocatable`` (Clang) (Deprecated,
1863-
use ``__builtin_is_cpp_trivially_relocatable`` instead).
1863+
use ``__builtin_is_cpp_trivially_relocatable`` instead).
18641864
Returns true if moving an object
18651865
of the given type, and then destroying the source object, is known to be
18661866
functionally equivalent to copying the underlying bytes and then dropping the

0 commit comments

Comments
 (0)