Skip to content

Commit

Permalink
fixed define using error
Browse files Browse the repository at this point in the history
  • Loading branch information
kinly committed Jul 2, 2024
1 parent 00efa17 commit 1a3ccd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xml_parsing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ void XMLParser::PImpl::loadDocImpl(XMLDocument* doc, bool add_includes)
break;
}

#if __xx_cplusplus >= 202002L
#if __bt_cplusplus >= 202002L
auto file_path(incl_node->Attribute("path"));
#else
auto file_path(std::filesystem::u8path(incl_node->Attribute("path")));
Expand Down

0 comments on commit 1a3ccd2

Please sign in to comment.