Chromium Code Reviews
DescriptionImprove compiler output for users who forget to include TypeConverter specializations.
Currently when users forget to include their TypeConverter specializations, they get errors about various methods not defined in TypeConverter<x, y>. By removing the definition of the general template, users will get errors about incomplete type TypeConverter<x, y> used.
TEST=None
BUG=None
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272054
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|
|||||||||||||||||||