| ||||
| Comment on Trip report: Summer ISO C++ standards meeting (Oulu) by Herb Sutter
Yes, this code would fail to compile: variant<int,double,char> f() { /*...*/ } auto [x,y,z] = f(); // error, because a variant is not a structure with members that can be bound Read More » Comment on Trip report: Summer ISO C++ standards meeting (Oulu) by F.Mehrabi
thank you . so ‘tuple_size’ was what I missed. the code snippet i n my last comment should fail to compile, right? Read More » | ||||
| | ||||
| ||||
Friday, July 8, 2016
FeedaMail: Comments for Sutterâs Mill
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment