-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
-
Platform 00 2/20/15
Based on the investigations here:
http://stackoverflow.com/questions/27256377/c-view-types-pass-by-const-or-by-value/27260446#27260446
We have concluded that our idiomatic passing of StringData by const& is probably not correct.
We should re-write all 'const StringData&' to 'StringData.