C++ Weekly Episode 144: Pure Functions in C++—Jason Turner
Episode 144 of C++ Weekly.
Pure Functions in C++
by Jason Turner
About the show:
In this episode of C++ Weekly Jason takes a look at the gcc
[[gnu::pure]]
extension attribute. What are the implications of pure functions to the compiler and how can it take advantage of this extra information?