DescriptionFix compile error if both inline and reference enums are used in a type.
The ToString() overloading function of inline and reference enums
will conflict because they exist in both global namespace and local
classes. This patch chooses the correct ToString() function in
different namespaces.
R=kalman@chromium.org
BUG=371042
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269969
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|