I would like to have several types that share the same implementation but still are of different type in C++.
To illustrate my question with a simple example, I woul
There is also BOOST_STRONG_TYPEDEF.