User-Defined Literals, Part 1 -- Andrzej KrzemieĊski
New article by Andrzej Krzemieński:
User-defined literals — Part I
This post is about the new language feature: the ability to specify user-defined literals. You may already be familiar with it, for example from N2750. In this post we will talk about literals in general, the purpose and usefulness of user-defined literals, their limitations, and alternatives in C++ to achieve similar goals.