As far as I know, UDLs are included and supported in MVS 2013.
I tried to do things like:
myclass operator"" _suffix();
int operator"" _suffix();
Both of the above lines give errors in "", saying that it expects an operator. I assume that something is wrong with the project settings, as the code should work, and UDL is supported by MVS13.
What could be the problem and how can I solve it?
source
share