Posts
Asserting compilation errors in C++
August 28, 2014•555 words
Sometimes when crafting an interface, we want to ensure that some illegal constructs lead to compilation errors. After all, a good interface is eas...
Expressing strings as types
March 31, 2013•1,091 words
This article is outdated!: This article was written a very long time ago, and its contents no longer apply. Read the newer version by clicking here...
Compile time messages in C++
September 28, 2011•1,012 words
This article is outdated!: This article was written a very long time ago, and its contents no longer apply. Read the newer version by clicking here...
Compile time quick-sort using C++ variadic templates
September 23, 2011•1,895 words
This article is outdated!: This article was written a very long time ago, and its contents no longer apply. Read the newer version by clicking here...