-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Merge pull request #4439 from vicentebolea/update-pugixml
Update pugixml
Showing
4 changed files
with
681 additions
and
282 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/** | ||
* pugixml parser - version 1.14 | ||
* pugixml parser - version 1.15 | ||
* -------------------------------------------------------- | ||
* Copyright (C) 2006-2023, by Arseny Kapoulkine ([email protected]) | ||
* Copyright (C) 2006-2025, by Arseny Kapoulkine ([email protected]) | ||
* Report bugs and download new versions at https://pugixml.org/ | ||
* | ||
* This library is distributed under the MIT License. See notice at the end | ||
|
@@ -46,13 +46,16 @@ | |
// Uncomment this to switch to header-only version | ||
// #define PUGIXML_HEADER_ONLY | ||
|
||
// Uncomment this to enable long long support | ||
// Uncomment this to enable long long support (usually enabled automatically) | ||
// #define PUGIXML_HAS_LONG_LONG | ||
|
||
// Uncomment this to enable support for std::string_view (usually enabled automatically) | ||
// #define PUGIXML_HAS_STRING_VIEW | ||
|
||
#endif | ||
|
||
/** | ||
* Copyright (c) 2006-2023 Arseny Kapoulkine | ||
* Copyright (c) 2006-2025 Arseny Kapoulkine | ||
* | ||
* Permission is hereby granted, free of charge, to any person | ||
* obtaining a copy of this software and associated documentation | ||
|
Oops, something went wrong.