-
Notifications
You must be signed in to change notification settings - Fork 740
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
layout: post | ||
title: pugixml 1.15 release | ||
--- | ||
|
||
pugixml-1.15 is out. This is a maintenance release that adds support for `std::string_view` along with compatibility improvements (read the [changelog](/docs/manual.html#v1.15) for details). | ||
|
||
Highlights for this release include: | ||
|
||
- Many `xml_attribute::` and `xml_node::` functions now transparently support `std::string_view` and `std::string` when C++17 support is detected. | ||
|
||
You can [download the source package](https://github.com/zeux/pugixml/releases/download/v1.15/pugixml-1.15.zip) or get the new version from GitHub using the latest tag (https://github.com/zeux/pugixml). |