diff options
| author | LarryIII <33021067+LarryIII@users.noreply.github.com> | 2019-05-10 06:14:38 +0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-05-09 15:14:38 -0700 |
| commit | 64f8fb7b8636d0d9c36aaea7f31cbdb5ff3e852d (patch) | |
| tree | 10c31a4d63eaa8dab28ed84518f8b76e71ac0984 /ports/eastl/CONTROL | |
| parent | e2f45664c96a7e3f1881785ac8e66f5581158935 (diff) | |
| download | vcpkg-64f8fb7b8636d0d9c36aaea7f31cbdb5ff3e852d.tar.gz vcpkg-64f8fb7b8636d0d9c36aaea7f31cbdb5ff3e852d.zip | |
[eastl]Add option(/Zc:char8_t-) to fix compile issue (#6360)
Diffstat (limited to 'ports/eastl/CONTROL')
| -rw-r--r-- | ports/eastl/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/eastl/CONTROL b/ports/eastl/CONTROL index b803366d8..2b6f5984e 100644 --- a/ports/eastl/CONTROL +++ b/ports/eastl/CONTROL @@ -1,4 +1,4 @@ Source: eastl
-Version: 3.13.05 +Version: 3.13.05-1 Description: Electronic Arts Standard Template Library.
It is a C++ template library of containers, algorithms, and iterators useful for runtime and tool development across multiple platforms. It is a fairly extensive and robust implementation of such a library and has an emphasis on high performance above all other considerations.
|
