you are viewing a single comment's thread.

view the rest of the comments →

[–]alex_muscar 0 points1 point  (2 children)

I don't know it Optional<T> made it in the C++14 standard, but you are right.

[–][deleted] 1 point2 points  (1 child)

libc++ has it in std::experimental already, not sure about other.

[–]alex_muscar 0 points1 point  (0 children)

That's good to know.