mirror of
https://github.com/boostorg/parser.git
synced 2026-01-27 07:02:12 +00:00
boost::optional -> std::optional
This commit is contained in:
@@ -36,7 +36,7 @@ TEST(parse, test_parse_yaml)
|
||||
errors.push_back(error);
|
||||
};
|
||||
|
||||
boost::optional<boost::json::value> result =
|
||||
std::optional<boost::json::value> result =
|
||||
boost::json::parse(str, report_error);
|
||||
|
||||
for (auto const & error : errors) {
|
||||
|
||||
Reference in New Issue
Block a user