Skip to content

Commit

Permalink
quit using boost container with nlohmann::json
Browse files Browse the repository at this point in the history
  • Loading branch information
JPenuchot committed Sep 26, 2024
1 parent e15b943 commit d61e61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grapher/include/grapher/core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using multimap_t =
boost::container::flat_multimap<KeyType, ValueType, CompareType>;

/// Alias type for JSON objects.
using json_t = nlohmann::basic_json<boost::container::flat_map>;
using json_t = nlohmann::json;

/// Default type to represent scalar values from benchmark data.
using value_t = unsigned long;
Expand Down

0 comments on commit d61e61c

Please sign in to comment.