This repository has been archived by the owner on Jan 15, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is needed to build with Boost 1.73.0, to fix these errors: lib/src/path.cc: In static member function 'static bool hocon::path::has_funky_chars(const string&)': lib/src/path.cc:176:25: error: 'find_if' was not declared in this scope; did you mean 'boost::mpl::find_if'? 176 | auto bad_char = find_if(s.begin(), s.end(), [] (char c) { | ^~~~~~~ lib/src/tokenizer.cc: In member function 'void hocon::token_iterator::pull_escape_sequence(std::string&, std::string&)': lib/src/tokenizer.cc:310:42: error: 'narrow' is not a member of 'boost::nowide' 310 | parsed += boost::nowide::narrow(buffer); | ^~~~~~
- Loading branch information