How do I get the C++ 17 HeadersAh! [code]std::experimental::optional<unsigned int> value;[/code]
How do I get the C++ 17 HeadersNooo! error: 'optional' is not a member of 'std' std::optional<unsigned int> value; from [code]st...
How do I get the C++ 17 Headerskeskiverto Thank you so much. Could have probably found that out myself...
How do I get the C++ 17 HeadersWith 5.3 I get the same: fatal error: optional: No such file or directory
How do I get the C++ 17 HeadersSo what should I do, when I want to use [code]std::optional[/code]? Shouldn't -std=c++1z be enough?
This user does not accept Private Messages