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

Issue 559733004: remove template c++11'ism in Heap.h (Closed)

Created:
6 years, 3 months ago by Mostyn Bramley-Moore
Modified:
6 years, 3 months ago
CC:
blink-reviews, kouhei+heap_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

remove template c++11'ism in Heap.h Followup to CL 486193002 to remove default arguments from template types, which is only allowed in c++11 and later (and we haven't officially switched to c++11 yet afaik). Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181719

Patch Set 1 #

Total comments: 4

Patch Set 2 : remove code duplication #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -1 line) Patch
M Source/platform/heap/Heap.h View 1 2 chunks +10 lines, -1 line 0 comments Download

Messages

Total messages: 13 (3 generated)
Mostyn Bramley-Moore
@haraken, wibling, mads, zerny: please take a look...
6 years, 3 months ago (2014-09-10 00:17:11 UTC) #2
haraken
What's the benefit of this change?
6 years, 3 months ago (2014-09-10 00:51:03 UTC) #3
haraken
https://codereview.chromium.org/559733004/diff/1/Source/platform/heap/Heap.h File Source/platform/heap/Heap.h (right): https://codereview.chromium.org/559733004/diff/1/Source/platform/heap/Heap.h#newcode1107 Source/platform/heap/Heap.h:1107: // TODO(mostynb) remove this once c++11 is allowed, in ...
6 years, 3 months ago (2014-09-10 00:51:10 UTC) #4
Mads Ager (chromium)
I would prefer not to add code duplication if this does not break compilation on ...
6 years, 3 months ago (2014-09-10 06:36:30 UTC) #5
Mads Ager (chromium)
Default template arguments are not a c++11 feature as far as I know? Template parameter ...
6 years, 3 months ago (2014-09-10 06:48:10 UTC) #6
Mostyn Bramley-Moore
On 2014/09/10 00:51:03, haraken wrote: > What's the benefit of this change? This allows this ...
6 years, 3 months ago (2014-09-10 08:09:16 UTC) #8
Mads Ager (chromium)
LGTM Sorry about that; I was thinking about default template arguments for classes which has ...
6 years, 3 months ago (2014-09-10 08:19:03 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mostynb@opera.com/559733004/20001
6 years, 3 months ago (2014-09-10 08:21:26 UTC) #11
haraken
LGTM
6 years, 3 months ago (2014-09-10 08:28:40 UTC) #12
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 09:29:12 UTC) #13
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as 181719

Powered by Google App Engine
This is Rietveld 408576698