[PATCH] Fix PR#22600: Wrong return type for operator() of "diamond functors"

Marshall Clow mclow.lists at gmail.com
Tue Feb 24 12:32:30 PST 2015


================
Comment at: include/functional:525
@@ -523,2 +524,3 @@
+        { return __x - __y;}
 };
 
----------------
This is an inadvertent change.

http://reviews.llvm.org/D7862

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list