This code, when compiled with g++ -O3, does not seem to evalute get_fibonacci(50) at compile time.
g++ -O3
get_fibonacci(50)
#include #includ