Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(551)

Issue 6537001: Fix is_convertible for windows. (Closed)

Created:
9 years, 10 months ago by awong
Modified:
9 years, 7 months ago
CC:
chromium-reviews, Paweł Hajdan Jr., brettw-cc_chromium.org
Visibility:
Public.

Description

Fix is_convertible for windows. It turns out that if you nest a template inside the initializer list of another template, the namelookup in windows gets all funky. In this case, it couldn't tell that the found name was a function. Luckily, we could just move the template parameters one level deeper. BUG=none TEST=unittests & trybots. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=75194

Patch Set 1 #

Patch Set 2 : Silly Type conversion warning. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -16 lines) Patch
M base/template_util.h View 3 chunks +11 lines, -12 lines 0 comments Download
M base/template_util_unittest.cc View 1 2 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
awong
9 years, 10 months ago (2011-02-16 21:33:24 UTC) #1
willchan no longer on Chromium
9 years, 10 months ago (2011-02-16 22:12:38 UTC) #2
LGTM!

Powered by Google App Engine
This is Rietveld 408576698