diff options
Diffstat (limited to 'libcxx/test/numerics/rand/rand.eng/rand.eng.sub/io.pass.cpp')
-rw-r--r-- | libcxx/test/numerics/rand/rand.eng/rand.eng.sub/io.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/io.pass.cpp b/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/io.pass.cpp index 5e09a6d0eb5..a98ff671e3c 100644 --- a/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/io.pass.cpp +++ b/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/io.pass.cpp @@ -17,7 +17,7 @@ // basic_ostream<charT, traits>& // operator<<(basic_ostream<charT, traits>& os, // const subtract_with_carry_engine<UIntType, w, s, r>& x); -// +// // template <class charT, class traits, // class UIntType, size_t w, size_t s, size_t r> // basic_istream<charT, traits>& |