| 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.
|
|
|