Thanks, I recall reading that C++14 does allow more flexibility, i.e.
constexpr functions can be more than essentially just a single "return
blah" statement.
Seems like the ability to simply jot down some recursive functions as
one would using regular runtime C++ but being able to just let the
compiler know to evaluate them at compile time as well (assuming the
arguments are say, template arguments known at compile-time) would be
really nice...