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

std::optional is not a thing in C++14 #297

Closed
timsong-cpp opened this issue Dec 3, 2016 · 2 comments
Closed

std::optional is not a thing in C++14 #297

timsong-cpp opened this issue Dec 3, 2016 · 2 comments

Comments

@timsong-cpp
Copy link
Contributor

Annex C references std::optional, but that doesn't exist in C++14.

@CaseyCarter
Copy link
Collaborator

Proposed Resolution:

Replace occurrences of std::optional in [diff.cpp.defaultconstruct] (§C.1.4) with "something like optional as specified in the C++17 Working Draft" and reference N4618 §20.6 at the first such occurrence.

@cjdb cjdb mentioned this issue Feb 17, 2017
CaseyCarter pushed a commit that referenced this issue Feb 18, 2017
Annex C is not normative, so this change is editorial.
@CaseyCarter
Copy link
Collaborator

Closed by #333.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants