diff options
-rw-r--r-- | clang/docs/ItaniumMangleAbiTags.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/docs/ItaniumMangleAbiTags.rst b/clang/docs/ItaniumMangleAbiTags.rst index 8de20931bb9..6d50acad4b6 100644 --- a/clang/docs/ItaniumMangleAbiTags.rst +++ b/clang/docs/ItaniumMangleAbiTags.rst @@ -99,3 +99,4 @@ in the type of a cast operator) are NOT available. Example: a cast operator to std::string (which is std::__cxx11::basic_string<...>) will use 'cxx11' as an active tag, as it is required from the return type `std::string` but not available. + |