Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

P2467R1 ios_base::noreplace: Exclusive Mode For fstreams #2932

Closed
StephanTLavavej opened this issue Jul 25, 2022 · 1 comment · Fixed by #3065
Closed

P2467R1 ios_base::noreplace: Exclusive Mode For fstreams #2932

StephanTLavavej opened this issue Jul 25, 2022 · 1 comment · Fixed by #3065
Labels
cxx23 C++23 feature fixed Something works now, yay!

Comments

@StephanTLavavej
Copy link
Member

P2467R1 ios_base::noreplace: Exclusive Mode For fstreams

Feature-test macro (expected):

#define __cpp_lib_ios_noreplace 202207L
@StephanTLavavej StephanTLavavej added the cxx23 C++23 feature label Jul 25, 2022
@frederick-vs-ja
Copy link
Contributor

frederick-vs-ja commented Jul 29, 2022

It seems that we can just add a noreplace constant with value equal to _Noreplace. Has _Noreplace been well tested?

Can we rely on that URCT correct supports x option in fopen?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cxx23 C++23 feature fixed Something works now, yay!
Projects
Development

Successfully merging a pull request may close this issue.

2 participants