[libcxx-commits] [PATCH] D151474: [libc++] Deprecate the classes in strstream.

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 25 11:15:13 PDT 2023


philnik added inline comments.


================
Comment at: libcxx/include/strstream:144
 
-class _LIBCPP_TYPE_VIS strstreambuf
+class _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_TYPE_VIS strstreambuf
     : public streambuf
----------------
At least according to cppreference, these have been deprecated since C++98, so we should just use `_LIBCPP_DEPRECATED`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151474/new/

https://reviews.llvm.org/D151474



More information about the libcxx-commits mailing list