[libcxx-commits] [PATCH] D66614: Add inline to uflow and underflow

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Aug 23 18:30:04 PDT 2019


mclow.lists added a comment.

The templates `basic_streambuf<char>` and `basic_streambuf<wchar>` are externally instantiated in the libc++.dylib.
Marking them as `inline` would remove them from the dylib, breaking any existing binaries that refer to them.

Is that what you intend?


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D66614





More information about the libcxx-commits mailing list