summaryrefslogtreecommitdiffstats
path: root/libcxx/docs/UsingLibcxx.rst
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/docs/UsingLibcxx.rst')
-rw-r--r--libcxx/docs/UsingLibcxx.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/docs/UsingLibcxx.rst b/libcxx/docs/UsingLibcxx.rst
index 1fd1d49d62f..d6d1095b83c 100644
--- a/libcxx/docs/UsingLibcxx.rst
+++ b/libcxx/docs/UsingLibcxx.rst
@@ -182,3 +182,4 @@ thread safety annotations.
using Tup = std::tuple<std::string, int, std::error_code>;
return Tup{"hello world", 42}; // explicit constructor called. OK.
}
+
OpenPOWER on IntegriCloud