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

Issue 12943006: Fix libcxx build. (Closed)

Created:
7 years, 9 months ago by eugenis
Modified:
7 years, 9 months ago
Reviewers:
Tom Sepez, agl
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Fix libcxx build. In libcxx, vector<bool>::const_reference is not the same as bool. This requires a new specialization of ParamTraits. BUG=178409 R=tsepez@chromium.org,agl@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=189383

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -2 lines) Patch
M ipc/ipc_message_utils.cc View 1 2 2 chunks +5 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
eugenis
7 years, 9 months ago (2013-03-20 12:58:43 UTC) #1
agl
lgtm
7 years, 9 months ago (2013-03-20 13:55:54 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eugenis@chromium.org/12943006/1
7 years, 9 months ago (2013-03-20 14:07:58 UTC) #3
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 9 months ago (2013-03-20 14:16:02 UTC) #4
eugenis
with libstdc+++ (and probably stlport) bool and std::vector<bool>::const_reference are the same type, and we end ...
7 years, 9 months ago (2013-03-20 14:57:48 UTC) #5
agl
On Wed, Mar 20, 2013 at 10:57 AM, <eugenis@chromium.org> wrote: > Alternatively, I could add ...
7 years, 9 months ago (2013-03-20 14:59:43 UTC) #6
eugenis
On 2013/03/20 14:59:43, agl wrote: > On Wed, Mar 20, 2013 at 10:57 AM, <mailto:eugenis@chromium.org> ...
7 years, 9 months ago (2013-03-20 15:18:32 UTC) #7
agl
lgtm
7 years, 9 months ago (2013-03-20 15:22:06 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eugenis@chromium.org/12943006/12001
7 years, 9 months ago (2013-03-20 16:09:00 UTC) #9
Tom Sepez
lgtm
7 years, 9 months ago (2013-03-20 17:10:48 UTC) #10
commit-bot: I haz the power
7 years, 9 months ago (2013-03-20 20:25:05 UTC) #11
Message was sent while issue was closed.
Change committed as 189383

Powered by Google App Engine
This is Rietveld 408576698