| ||||
| Comment on Trip report: Fall 2015 ISO C++ standards meeting by Tony Van Eerd
For variant, eg variant<int, string> note that functions like get<int> already needed to check if the discriminant was an int. And throw if it was a string. Now it throws if it is a string or invalid. So no extra code. And visitation needs to check the discriminant as well, so no real extra code there either. | ||||
| | ||||
| ||||
Wednesday, October 28, 2015
FeedaMail: Comments for Sutterâs Mill
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment