The requirement to std::io_base::xalloc() is: "Returns: index++". The requirement to static field index is: "initialized to an unspecified value". This patch removes the dependency of the std::io_base::xalloc() test on specific initial value of this static field implemented in libc++ and makes the test pass on other conformant implementations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM