Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1a3ccd2

Browse files
committedJul 2, 2024·
fixed define using error
1 parent 00efa17 commit 1a3ccd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/xml_parsing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ void XMLParser::PImpl::loadDocImpl(XMLDocument* doc, bool add_includes)
262262
break;
263263
}
264264

265-
#if __xx_cplusplus >= 202002L
265+
#if __bt_cplusplus >= 202002L
266266
auto file_path(incl_node->Attribute("path"));
267267
#else
268268
auto file_path(std::filesystem::u8path(incl_node->Attribute("path")));

0 commit comments

Comments
 (0)
Please sign in to comment.