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

Unified Diff: third_party/jsoncpp/README.chromium

Issue 1060383002: Make one-bit bit fields unsigned. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updating README.chromium and putting all changes in patch file. Created 5 years, 8 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 | « no previous file | third_party/jsoncpp/overrides/include/json/value.h » ('j') | 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 e59e3a0616821ea7fa909e1ec7857c6962e5c56e..b6581c64eabdcf866c8652db290805856dea9c85 100644
--- a/third_party/jsoncpp/README.chromium
+++ b/third_party/jsoncpp/README.chromium
@@ -12,4 +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++.
+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.
« no previous file with comments | « no previous file | third_party/jsoncpp/overrides/include/json/value.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698