Tags: #string #cpp17 #lambdas
https://playfulprogramming.blogspot.it/2016/08/strings-as-types-with-c17-constexpr.html
https://playfulprogramming.blogspot.it/2016/08/strings-as-types-with-c17-constexpr.html
playfulprogramming.blogspot.it
strings as types with c++17 constexpr lambdas
Recently I stumbled upon a question by @arne_mertz of Simplify C++ fame (if you don't read that blog, start now!) about using string lite...
Tags: #lambdas #cpp17 #variants
"While discussing upcoming C++17 features with other attendees at CppCon 2016, I was surprised to hear complaints about the fact that std::variant visitation requires an external callable object."
https://vittorioromeo.info/index/blog/variants_lambdas_part_1.html
"While discussing upcoming C++17 features with other attendees at CppCon 2016, I was surprised to hear complaints about the fact that std::variant visitation requires an external callable object."
https://vittorioromeo.info/index/blog/variants_lambdas_part_1.html
Tags: #Polymorphism #cpp17 #variant
C++17 gives us std::variant<> which allows for a new form of runtime polymorphism.
https://adishavit.github.io/2016/polymorphism-polymorphism/
C++17 gives us std::variant<> which allows for a new form of runtime polymorphism.
https://adishavit.github.io/2016/polymorphism-polymorphism/
adishavit.github.io
Polymorphism Polymorphism
Insights and Visions
Tags: #cpp17 #newfeatures #guaranteed
"A smaller, more subtle improvement it brings is guaranteed copy elision. The keyword is guaranteed, as copy elision itself has always been part of the standard."
https://jonasdevlieghere.com/guaranteed-copy-elision/
"A smaller, more subtle improvement it brings is guaranteed copy elision. The keyword is guaranteed, as copy elision itself has always been part of the standard."
https://jonasdevlieghere.com/guaranteed-copy-elision/
Jonasdevlieghere
Guaranteed Copy Elision
The new C++17 standard brings many exciting new features. A smaller, more subtle improvement it brings is guaranteed copy elision. The keyword is guaranteed, as copy elision itself has always been part of the standard. Although it might not be a change as…
Tags: #cpp17 #tranformation #code #improve
"I've spent a bit of time today updating my own basic windowing library to use C++17 features. Some of the things have been simple transforms such as converting 'typedef' to 'using', others have been more OCD satisfying;"
https://www.gamedev.net/blog/42/entry-2262470-c-17-transformation/
"I've spent a bit of time today updating my own basic windowing library to use C++17 features. Some of the things have been simple transforms such as converting 'typedef' to 'using', others have been more OCD satisfying;"
https://www.gamedev.net/blog/42/entry-2262470-c-17-transformation/
www.gamedev.net
C++ 17 Transformation... - GameDev.net
Im basically really bad at working on my own projects, but with the recent release of Visual Studio 2017 RC and its improved C++17 support I figured...
Tags: #cpp17 #feature #lambdas
https://www.reddit.com/r/cpp/comments/5irdg1/a_nice_c17_feature_that_is_being_overlooked/
https://www.reddit.com/r/cpp/comments/5irdg1/a_nice_c17_feature_that_is_being_overlooked/
reddit
A nice C++17 feature that is being overlooked: familiar... • /r/cpp
I love lambdas! <3 Missing from many C++17 feature lists is a small (but awesome!) change to lambdas called [familiar template syntax for generic...
Tags: #cpp17 #best
https://www.levelofindirection.com/journal/2016/12/28/c17-why-its-better-than-you-might-think.html
https://www.levelofindirection.com/journal/2016/12/28/c17-why-its-better-than-you-might-think.html
Levelofindirection
C++17 - Why it's better than you might think : Level of Indirection
From Mark Isaacson's Meeting C++ talk, 'Exploring C++ and beyond' I was recently interviewed for CppCast and one the news items that came up was a trip report from a recent C++ standards meeting (Issaquah, Nov 2016).