On Friday, 5 April 2013 at 07:57:37 UTC, Dicebot wrote:
On Friday, 5 April 2013 at 07:32:55 UTC, Vadim Lopatin wrote:
Looks ugly, but I tried `typedef string String`, but it is
deprecated; `alias string String` cannot be distinguished from
just string. How to define String better? Is there a good way
to define String to be compatible with string, but with the
ability to distinguish between string and String in compile
time?
Something like this : http://dpaste.1azy.net/ad013e4ef ?
It's as I have already implemented it.
http://dpaste.1azy.net/a0393ce23