diff --git a/docs/UsingLibcxx.rst b/docs/UsingLibcxx.rst index 1fd1d49d6..d6d1095b8 100644 --- a/docs/UsingLibcxx.rst +++ b/docs/UsingLibcxx.rst @@ -182,3 +182,4 @@ thread safety annotations. using Tup = std::tuple; return Tup{"hello world", 42}; // explicit constructor called. OK. } +