[libcxx-commits] [PATCH] D66614: Add inline to uflow and underflow
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Aug 22 13:32:39 PDT 2019
ldionne requested changes to this revision.
ldionne added inline comments.
This revision now requires changes to proceed.
Herald added a subscriber: dexonsmith.
================
Comment at: libcxx/include/streambuf:284
virtual streamsize xsgetn(char_type* __s, streamsize __n);
+ inline _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY
virtual int_type underflow();
----------------
What is `_LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY`? I don't think I've seen it before and I can't seem to find it in the `__config` header.
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