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

Issue 1061073004: Make deleted constructors take a const parameter in move-only type macro. (Closed)

Created:
5 years, 8 months ago by mgraczyk
Modified:
5 years, 8 months ago
CC:
chromium-reviews, erikwright+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make deleted constructors take a const parameter in move-only type macro. Committed: https://crrev.com/e6a653183ba2a1c4f24990904dfc78e32c975f5b Cr-Commit-Position: refs/heads/master@{#325107}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Add unit test #

Patch Set 3 : Add license #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -2 lines) Patch
M base/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M base/base.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M base/move.h View 1 chunk +2 lines, -2 lines 0 comments Download
A base/move_unittest.cc View 1 2 1 chunk +49 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (4 generated)
mgraczyk
danakj, Not sure if you were the best person to review this. Please feel free ...
5 years, 8 months ago (2015-04-07 01:10:32 UTC) #2
danakj
There should be some unit tests somewhere that fail without the change and pass with ...
5 years, 8 months ago (2015-04-07 01:26:57 UTC) #4
mgraczyk
On 2015/04/07 01:26:57, danakj wrote: > There should be some unit tests somewhere that fail ...
5 years, 8 months ago (2015-04-07 01:33:26 UTC) #5
Nico
https://codereview.chromium.org/1061073004/diff/1/base/move.h File base/move.h (right): https://codereview.chromium.org/1061073004/diff/1/base/move.h#newcode222 base/move.h:222: type(const type&); \ On 2015/04/07 01:10:31, mgraczyk wrote: > ...
5 years, 8 months ago (2015-04-07 01:36:47 UTC) #6
danakj
On Mon, Apr 6, 2015 at 6:33 PM, <mgraczyk@chromium.org> wrote: > On 2015/04/07 01:26:57, danakj ...
5 years, 8 months ago (2015-04-07 02:10:01 UTC) #7
mgraczyk
On 2015/04/07 02:10:01, danakj wrote: > On Mon, Apr 6, 2015 at 6:33 PM, <mailto:mgraczyk@chromium.org> ...
5 years, 8 months ago (2015-04-07 04:15:24 UTC) #8
mgraczyk
https://codereview.chromium.org/1061073004/diff/1/base/move.h File base/move.h (right): https://codereview.chromium.org/1061073004/diff/1/base/move.h#newcode222 base/move.h:222: type(const type&); \ On 2015/04/07 01:36:47, Nico wrote: > ...
5 years, 8 months ago (2015-04-07 05:32:59 UTC) #9
Nico
On 2015/04/07 05:32:59, mgraczyk wrote: > https://codereview.chromium.org/1061073004/diff/1/base/move.h > File base/move.h (right): > > https://codereview.chromium.org/1061073004/diff/1/base/move.h#newcode222 > ...
5 years, 8 months ago (2015-04-07 17:00:08 UTC) #10
mgraczyk
On 2015/04/07 17:00:08, Nico wrote: > On 2015/04/07 05:32:59, mgraczyk wrote: > > https://codereview.chromium.org/1061073004/diff/1/base/move.h > ...
5 years, 8 months ago (2015-04-07 17:45:43 UTC) #11
brucedawson
The lack of 'const' on the copy constructor in move.h is currently a breaking error ...
5 years, 8 months ago (2015-04-08 18:58:52 UTC) #12
brucedawson
Note that the problem with VS 2015 is only with the release candidate (beta version). ...
5 years, 8 months ago (2015-04-08 20:14:27 UTC) #13
danakj
On 2015/04/07 17:45:43, mgraczyk wrote: > On 2015/04/07 17:00:08, Nico wrote: > > On 2015/04/07 ...
5 years, 8 months ago (2015-04-10 17:32:31 UTC) #14
cpu_(ooo_6.6-7.5)
VS2015 which we are trying to port to is unhappy without this change. I support ...
5 years, 8 months ago (2015-04-13 21:32:59 UTC) #16
Nico
On Fri, Apr 10, 2015 at 10:32 AM, <danakj@chromium.org> wrote: > On 2015/04/07 17:45:43, mgraczyk ...
5 years, 8 months ago (2015-04-13 21:34:47 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1061073004/40001
5 years, 8 months ago (2015-04-14 16:00:42 UTC) #19
danakj
LGTM
5 years, 8 months ago (2015-04-14 16:07:56 UTC) #20
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 8 months ago (2015-04-14 19:46:25 UTC) #21
commit-bot: I haz the power
5 years, 8 months ago (2015-04-14 19:47:22 UTC) #22
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/e6a653183ba2a1c4f24990904dfc78e32c975f5b
Cr-Commit-Position: refs/heads/master@{#325107}

Powered by Google App Engine
This is Rietveld 408576698