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

Issue 7112014: cld: Fix infinite recursion. (Closed)

Created:
9 years, 6 months ago by Evan Martin
Modified:
9 years, 6 months ago
CC:
chromium-reviews, jshin+watch_chromium.org
Visibility:
Public.

Description

cld: Fix infinite recursion. Putting stuff in the 'base' namespace is still dangerous, but we don't violate ODR since its definition is identical to Chrome's base::strcasecmp. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=87818

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M third_party/cld/base/string_util.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Evan Martin
9 years, 6 months ago (2011-06-03 18:21:27 UTC) #1
Nico
It's still an ODR violation, so it's technically not more correct than it was before, ...
9 years, 6 months ago (2011-06-03 18:25:37 UTC) #2
Evan Martin
On 2011/06/03 18:25:37, Nico wrote: > It's still an ODR violation, so it's technically not ...
9 years, 6 months ago (2011-06-03 18:25:59 UTC) #3
Evan Martin
On 2011/06/03 18:25:59, Evan Martin wrote: > On 2011/06/03 18:25:37, Nico wrote: > > It's ...
9 years, 6 months ago (2011-06-03 18:26:21 UTC) #4
Nico
> I wonder if the "inline" changes things? > I pointed my local ODR expert ...
9 years, 6 months ago (2011-06-03 23:49:29 UTC) #5
Evan Martin
9 years, 6 months ago (2011-06-06 22:33:20 UTC) #6
On Fri, Jun 3, 2011 at 4:49 PM,  <thakis@chromium.org> wrote:
>> I wonder if the "inline" changes things?
>> I pointed my local ODR expert at this review, perhaps he'll have comments.
>
> Did he?

He said as long as the function definitions are the same, we're safe.

Powered by Google App Engine
This is Rietveld 408576698