As far as I know UDL are included and supported in MVS 2013.
I have tried to do things such as:
myclass operator"" _suffix();
int operator"" _suffix();
Both the above lines give errors at "" saying it expected an operator. My guess is that something is wrong with the project settings since the code should work and UDL is supported by MVS13.
What could be the problem and how can I solve it ?