👩💻 Join our community of thousands of amazing developers!
diff --git a/reference/streambuf/basic_streambuf/op_constructor.md b/reference/streambuf/basic_streambuf/op_constructor.md index c66dbbd42..4231c15ac 100644 --- a/reference/streambuf/basic_streambuf/op_constructor.md +++ b/reference/streambuf/basic_streambuf/op_constructor.md @@ -9,7 +9,8 @@ namespace std { template<class CharT, class Traits = char_traits<CharT>> class basic_streambuf { protected: - basic_streambuf(); + basic_streambuf(); // (1) + basic_streambuf(const basic_s...