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

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 23 17:13:09 PDT 2019


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


================
Comment at: test/std/input.output/iostreams.base/fpos/fpos.operations/fpos.pass.cpp:20
+
+// UNSUPPORTED: c++98, c++03
+
----------------
mclow.lists wrote:
> Why is this unsupported? `fpos` was a thing in C++98/03.
> 
But the updates made here were not a thing until C++20. Should I still have the test for earlier versions? Or should I change this to only work after C++17? 


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

https://reviews.llvm.org/D60491





More information about the libcxx-commits mailing list