
13 Dec
2012
13 Dec
'12
6:48 a.m.
On Thu, Dec 13, 2012 at 3:48 AM, Jeffrey Yasskin <jyasskin@googlers.com> wrote:
Then I suggested that from_literal might be replaced by a C++11 UDL, but you ignored that part of my email.
I feel concerned about defining UDL operators in the public interface of a library. AFAICT, the operators don't support any scoping, which means name clashes are most probable. Therefore I'm opposed to UDL approach and would like to see generator functions. This approach will also support C++03.