Friday, July 8, 2016

FeedaMail: Comments for Sutter’s Mill

feedamail.com Comments for Sutter's Mill

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 »
 
Delievered to you by Feedamail.
Unsubscribe

No comments:

Post a Comment