Skip to content

Commit

Permalink
use custom namespace for rapidjson (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Apr 16, 2021
1 parent aa3bebe commit 1b012af
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 69 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ and this project aspires to adhere to [Semantic Versioning](https://semver.org/s
- Added `conduit::relay::io::hdf5::read_info` which allows you to obtain metadata from an HDF5 file.
- Added configure error when conduit lacks MPI support and HDF5 has MPI support

### Changed

#### General
- Changed `rapidjson` namespace to `conduit_rapidjson` to avoid symbol collisions with other libraries using RapidJSON.

### Fixed

#### General
Expand Down
Loading

0 comments on commit 1b012af

Please sign in to comment.