Hacker News
- Changes Between C++17 and C++20 http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p2131r0.html 16 comments
- The Expressive C++17 Coding Challenge in D https://seb.wilzba.ch/b/2018/02/the-expressive-c17-coding-challenge-in-d/ 12 comments
- C++17 Zero allocation Coroutine/[Resumable function] library https://www.reddit.com/r/cpp/comments/ikhlvw/c17_zero_allocation_coroutineresumable_function/ 35 comments cpp
- New version of booleval, small C++17 library for evaluating logical expressions https://www.reddit.com/r/cpp/comments/g10cxt/new_version_of_booleval_small_c17_library_for/ 14 comments cpp
- toml++ v1.0.0 - TOML config file parser and serializer for C++17 https://marzer.github.io/tomlplusplus/ 5 comments cpp
- Klein: A SIMD-optimized C++17 Geometry Library https://www.jeremyong.com/klein/ 17 comments gamedev
- Encoding MIPS Instructions with C++17 https://medium.com/@kevin_hartman/encoding-mips-instructions-with-c-17-59f9c2170faa 4 comments cpp
- C++17 - Implementing a singly linked list with smart pointers https://solarianprogrammer.com/2019/02/22/cpp-17-implementing-singly-linked-list-smart-pointers/ 22 comments cpp
- Why Optional References Didn’t Make It In C++17 https://www.fluentcpp.com/2018/10/05/pros-cons-optional-references/ 30 comments programming
- C++17 constexpr generation of a FizzBuzz solution https://solarianprogrammer.com/2018/09/23/cpp-17-constexpr-generation-fizzbuzz-solution/ 42 comments programming
- Performance of std::string_view vs std::string from C++17 https://www.bfilipek.com/2018/07/string-view-perf.html 5 comments programming
- Menu Class - Example of Modern C++17 STL features https://www.bfilipek.com/2018/07/menu-cpp17-example.html 11 comments cpp
- 3 Simple C++17 Features That Will Make Your Code Simpler https://www.fluentcpp.com/2018/06/19/3-simple-c17-features-that-will-make-your-code-simpler/ 21 comments programming
- Everything You Need to Know About std::variant from C++17 https://www.bfilipek.com/2018/06/variant.html 7 comments programming
- Everything You Need to Know About std::variant from C++17 https://www.bfilipek.com/2018/06/variant.html 33 comments cpp
- Simplify code with 'if constexpr' in C++17 http://www.bfilipek.com/2018/03/ifconstexpr.html 18 comments cpp
- C++17 Feature Removals And Deprecations https://blogs.msdn.microsoft.com/vcblog/2017/12/08/c17-feature-removals-and-deprecations/ 49 comments cpp
- C++17 is here: Interview with Herb Sutter https://www.infoq.com/news/2017/10/cpp-17-herb-sutter-interview 6 comments programming
- "C++17 STL Cookbook" Book Review http://www.bfilipek.com/2017/08/cpp17stl-review.html 18 comments cpp
- validExpression<Expr, Args...>? - Compile-time expression checking with C++17 https://nyorain.github.io/cpp-valid-expression.html 5 comments cpp
- Is there a C++17 feature list? https://www.reddit.com/r/cpp/comments/5kwnto/is_there_a_c17_feature_list/ 6 comments cpp
- GCC trunk is -std=c++17 ready http://en.cppreference.com/w/cpp/compiler_support 58 comments cpp
- Summery of the new features in C++17 http://stackoverflow.com/questions/38060436/what-are-the-new-features-in-c17 54 comments cpp
- [C++17] Structured Bindings - Convert struct to a tuple (simple reflection) https://www.reddit.com/r/cpp/comments/4yp7fv/c17_structured_bindings_convert_struct_to_a_tuple/ 33 comments cpp
- Jon Kalb speaks about CppCon, C++17 standard and C++ community https://blog.jetbrains.com/clion/2016/06/jon-kalb-speaks-about-cppcon-cpp17-and-cpp-community/ 8 comments cpp
- C++ Weekly - Ep12 C++17's std::any http://articles.emptycrate.com/2016/05/23/c++17s_std_any.html 13 comments cpp
- New papers: Iterator facade for ranges; adopt File System TS for C++17; unified call syntax wording : Standard C++ https://isocpp.org/blog/2016/02/new-papers 65 comments cpp
- C++17 Fold Expressions http://baptiste-wicht.com/posts/2015/05/cpp17-fold-expressions.html 23 comments cpp
- C++17 Library Papers for Cologne http://meetingcpp.com/index.php/br/items/c17-library-papers-for-cologne.html 11 comments programming
- IBM's report on current users of EBCDIC, as C++17 moves towards removing trigraphs http://isocpp.org/files/papers/n4210.pdf 148 comments programming
- C++17's 'await' keyword emulation in C++11 (coroutines / resumable functions) https://github.com/mirror/boost/blob/92b121ba6e6b281f0ec77cfe739053abb92e1be9/libs/coroutine/example/cpp11/await_emu.cpp#l172 6 comments cpp
- "C++17 does not allow dynamic exception specifications" error when trying to compile a package from the AUR https://sourceforge.net/projects/avarice/ 20 comments archlinux
- Drogon(C++17) becomes one of the fastest web frameworks in the latest TFB benchmark https://www.techempower.com/benchmarks/#section=test&runid=26a79c95-5eec-4572-8c94-dd710df659d7&hw=ph&test=update 80 comments programming
- Drogon(C++17) becomes one of the fastest web frameworks in the latest TFB benchmark https://www.techempower.com/benchmarks/#section=test&runid=26a79c95-5eec-4572-8c94-dd710df659d7&hw=ph&test=update 37 comments cpp
- C++17/20 Features and Fixes in Visual Studio 2019 https://devblogs.microsoft.com/cppblog/cpp17-20-features-and-fixes-in-vs-2019/ 36 comments cpp
- The Amazing Performance of C++17 Parallel Algorithms, is it Possible? https://www.bfilipek.com/2018/11/parallel-alg-perf.html 18 comments cpp
- Using C++17 Parallel Algorithms for Better Performance https://blogs.msdn.microsoft.com/vcblog/2018/09/11/using-c17-parallel-algorithms-for-better-performance/ 10 comments cpp
- Today, 18:00 CET: Meeting C++ live with Tony van Eerd on C++17! http://meetingcpp.com/index.php/newsreader/items/meeting-c-live-returns-this-wednesday.html 4 comments cpp
- “What will C++17 be?” -- Bjarne Stroustrup on C++17 goals https://groups.google.com/d/msg/unofficial-real-time-cxx/j8gdkf4szkm/p2obh31ed60j 256 comments programming
- Speeding up Pattern Searches with Boyer-Moore Algorithm from C++17 https://www.bfilipek.com/2018/08/searchers.html 6 comments cpp