diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2017-09-04 01:20:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-04 01:20:42 -0700 |
| commit | 309fa56fd4454bbcb68b2e9ba67b1e30f7ccc120 (patch) | |
| tree | ebe687ec6f59283a11cb2aff6b9f7e5f8eed5212 /ports/tinyxml/0001_use_stl.patch | |
| parent | bafc39189956453bb18fe4afc4f8012f82f5a443 (diff) | |
| parent | 2c4bc8c2dbdd04bd888413d98a9d60638afe2157 (diff) | |
| download | vcpkg-309fa56fd4454bbcb68b2e9ba67b1e30f7ccc120.tar.gz vcpkg-309fa56fd4454bbcb68b2e9ba67b1e30f7ccc120.zip | |
Merge pull request #1769 from Mixaill/tinyxml-262
[tinyxml] add version 2.6.2
Diffstat (limited to 'ports/tinyxml/0001_use_stl.patch')
| -rw-r--r-- | ports/tinyxml/0001_use_stl.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/ports/tinyxml/0001_use_stl.patch b/ports/tinyxml/0001_use_stl.patch new file mode 100644 index 000000000..a36f930ee --- /dev/null +++ b/ports/tinyxml/0001_use_stl.patch @@ -0,0 +1,27 @@ +From 5ca492fee93015411a0f10e0b2f1d3503bf962a1 Mon Sep 17 00:00:00 2001 +From: Mikhail Paulyshka <me@mixaill.tk> +Date: Sun, 3 Sep 2017 21:43:36 +0300 +Subject: [PATCH] enforce STL usage + +--- + tinyxml.h | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/tinyxml.h b/tinyxml.h +index a3589e5..7195033 100644 +--- a/tinyxml.h ++++ b/tinyxml.h +@@ -43,6 +43,10 @@ distribution. + #define DEBUG + #endif + ++#ifndef TIXML_USE_STL ++#define TIXML_USE_STL ++#endif ++ + #ifdef TIXML_USE_STL + #include <string> + #include <iostream> +-- +2.12.2.windows.2 + |
