From Jason Turner
Watch on YouTube

Summary

This episode continues Jason's exploration of lesser-known C++17 features, focusing on std::shared_mutex and mathematical special functions. Jason notes that shared_mutex provides a straightforward reader-writer lock mechanism that has long existed in other libraries like Boost and Qt but only now appears in the C++ standard library. He also highlights the extensive collection of mathematical special functions added to C++17, providing various overloads to handle different numeric types with appropriate precision.

Resources

Tags