|
1 | 1 | /** |
2 | | - * pugixml parser - version 1.8 |
| 2 | + * pugixml parser - version 1.15 |
3 | 3 | * -------------------------------------------------------- |
4 | | - * Copyright (C) 2006-2016, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com) |
5 | | - * Report bugs and download new versions at http://pugixml.org/ |
| 4 | + * Copyright (C) 2006-2025, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com) |
| 5 | + * Report bugs and download new versions at https://pugixml.org/ |
6 | 6 | * |
7 | 7 | * This library is distributed under the MIT License. See notice at the end |
8 | 8 | * of this file. |
|
40 | 40 | // #define PUGIXML_MEMORY_OUTPUT_STACK 10240 |
41 | 41 | // #define PUGIXML_MEMORY_XPATH_PAGE_SIZE 4096 |
42 | 42 |
|
| 43 | +// Tune this constant to adjust max nesting for XPath queries |
| 44 | +// #define PUGIXML_XPATH_DEPTH_LIMIT 1024 |
| 45 | + |
43 | 46 | // Uncomment this to switch to header-only version |
44 | 47 | // #define PUGIXML_HEADER_ONLY |
45 | 48 |
|
46 | | -// Uncomment this to enable long long support |
| 49 | +// Uncomment this to enable long long support (usually enabled automatically) |
47 | 50 | // #define PUGIXML_HAS_LONG_LONG |
48 | 51 |
|
| 52 | +// Uncomment this to enable support for std::string_view (usually enabled automatically) |
| 53 | +// #define PUGIXML_HAS_STRING_VIEW |
| 54 | + |
49 | 55 | #endif |
50 | 56 |
|
51 | 57 | /** |
52 | | - * Copyright (c) 2006-2016 Arseny Kapoulkine |
| 58 | + * Copyright (c) 2006-2025 Arseny Kapoulkine |
53 | 59 | * |
54 | 60 | * Permission is hereby granted, free of charge, to any person |
55 | 61 | * obtaining a copy of this software and associated documentation |
|
0 commit comments