1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-30 07:32:59 +04:00

Formally set version and testing to C++ 11

This commit is contained in:
Lee Thomason
2026-05-23 17:55:51 -07:00
parent 8224e427b6
commit 96a2dd3a43
5 changed files with 208 additions and 206 deletions
+2
View File
@@ -5,6 +5,8 @@
TinyXML-2 is a simple, small, efficient, C++ XML parser that can be
easily integrated into other programs.
It is written in C++ 11 and does not use any Standard Library (std::) features.
The master is hosted on GitHub:
https://github.com/leethomason/tinyxml2