From Jason Turner
Watch on YouTube

Summary

This episode explores GCC's compiler-specific -fimplicit-constexpr flag, which automatically makes inline functions constexpr if they satisfy the requirements. Jason demonstrates how this non-standard extension allows code that would normally require explicit constexpr declarations to compile without them. He also reminds viewers about the implicit constexpr behavior of lambdas introduced in C++17.

Resources

Tags