The standard specifies effect of the std::ios_base::sync_with_stdio method only for false input value. Conformant implementations may leave the streams in unsynchronized state forever after calling this method with false value. So, all subsequent calls of this method will always return false even after calling this method with true. This patch marks extra checks as libc++ specific making the test more portable.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo