C++ code insights tool that shows how the compiler transforms your code
See your source code with the eyes of a compiler
insights
$ insights mycode.cpp
$ insights -std=c++17 ranges.cpp
$ insights lambda_example.cpp -std=c++14