Skip to content

Commit

Permalink
Try again.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Feb 5, 2025
1 parent a071e26 commit 0bfbd36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/uzuki2/parse_json.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ namespace json {
/**
* @cond
*/
inline
[[gnu::no_dangling]]
inline const std::vector<std::shared_ptr<millijson::Base> >& extract_array(
const std::vector<std::shared_ptr<millijson::Base> >& extract_array(
const std::unordered_map<std::string, std::shared_ptr<millijson::Base> >& properties,
const std::string& name,
const std::string& path)
Expand Down

0 comments on commit 0bfbd36

Please sign in to comment.