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

Issue 11468: For some reason gcc didn't like a STATIC_ASSERT argument with '>' in... (Closed)

Created:
12 years, 1 month ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

For some reason gcc didn't like a STATIC_ASSERT argument with '>' in it, because it confused parsing of the template that STATIC_ASSERT expands to. It's all too magical for me. Committed: http://code.google.com/p/v8/source/detail?r=789

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -4 lines) Patch
M src/checks.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/virtual-frame-ia32.h View 1 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
12 years, 1 month ago (2008-11-19 09:25:19 UTC) #1
Mads Ager (chromium)
12 years, 1 month ago (2008-11-19 09:28:31 UTC) #2
I can't say that I understand why one set of parenthesis is not enough, but if
it makes GCC happy it LGTM.

Powered by Google App Engine
This is Rietveld 408576698