Posts tagged: C++
Don't Forget the Inline! 31 Jul 2025
If you're writing a header file and you're at global or namespace scope, then you almost certainly do not mean to declare bare const
or constexpr
variables.
How to Make boost::function-like Templates 19 Oct 2009
If you've dealt with Boost at all, you've certainly seen this at some point:
Read more...