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

Unified Diff: third_party/jsoncpp/README.chromium

Issue 1411553005: mac: Let remoting_host_prefpane link with libc++. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: readme Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/remoting_host_mac.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/jsoncpp/README.chromium
diff --git a/third_party/jsoncpp/README.chromium b/third_party/jsoncpp/README.chromium
index b6581c64eabdcf866c8652db290805856dea9c85..5e7dac60e58662224768782dfc636db35e6a6ccc 100644
--- a/third_party/jsoncpp/README.chromium
+++ b/third_party/jsoncpp/README.chromium
@@ -12,6 +12,6 @@ SDK and used in several examples.
Local modifications:
The overrides are used to eliminate static initializers in json_value.cpp and
-json_reader.cpp adds includes for <string> and <istream> to build on libc++,
-and to change some one-bit bit fields to unsigned so that they can hold the
-'1' values that are stored in them.
+json_reader.cpp adds includes for <string> and <istream> to build on libc++
+(https://llvm.org/PR25232), and to change some one-bit bit fields to unsigned
+so that they can hold the '1' values that are stored in them.
« no previous file with comments | « remoting/remoting_host_mac.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698