[libcxx-commits] [PATCH] D60491: Fix fpos requirements & cleanup

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 16 17:52:37 PDT 2019


zoecarver marked an inline comment as done.
zoecarver added inline comments.


================
Comment at: include/string:529
     streamoff __off_;
 public:
+    _LIBCPP_INLINE_VISIBILITY fpos()                : __st_(), __off_(0    ) {}
----------------
I re-ordered and updated these operators and member functions. I don't think it changes any of the functionality so I am fine without the updates (say the word, and I will remove the changes). 


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

https://reviews.llvm.org/D60491





More information about the libcxx-commits mailing list