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

Remove using std::experimental::{optional, nullopt, string_view} from flags namespace. #1

Closed
sailormoon opened this issue Nov 12, 2016 · 1 comment

Comments

@sailormoon
Copy link
Owner

sailormoon commented Nov 12, 2016

Out of laziness, and because std::experimental is such a long namespace, using std::experimental::{optional, nullopt, string_view} was used in the flags namespace. It should be removed when when both optional and string_view are moved into std proper.

@sailormoon sailormoon changed the title Remove using std::experimental::{optional, string_view} from flags namespace. Remove using std::experimental::{optional, nullopt, string_view} from flags namespace. Nov 12, 2016
@dancsi
Copy link

dancsi commented Dec 22, 2016

You can also check which set of headers exists by using the __has_include preprocessor macro.

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