C++03 compile-time FizzBuzz program
Template meta-programming version of the FizzBuzz program. This was my first attempt at making a “useful” compile-time program.
A much better example of a compile-time program is my Meta Ray-Tracer