diff options
| author | chausner <15180557+chausner@users.noreply.github.com> | 2021-10-12 05:11:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-11 20:11:45 -0700 |
| commit | 80e863f62c3dc70cdbd2f7745e0378342376e34f (patch) | |
| tree | 3248879a235f22f46b4e2ffb70a2f2604aaad627 /ports/replxx/add-stdexcept.patch | |
| parent | f904f7354dce4cb396a4d0792e36319d78ccccfb (diff) | |
| download | vcpkg-80e863f62c3dc70cdbd2f7745e0378342376e34f.tar.gz vcpkg-80e863f62c3dc70cdbd2f7745e0378342376e34f.zip | |
[replxx] Update to 0.0.3 (#20606)
* Update replxx to 0.0.3
* Update CI baseline
Co-authored-by: chausner <chausner@users.noreply.github.com>
Diffstat (limited to 'ports/replxx/add-stdexcept.patch')
| -rw-r--r-- | ports/replxx/add-stdexcept.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/ports/replxx/add-stdexcept.patch b/ports/replxx/add-stdexcept.patch deleted file mode 100644 index 51fe01447..000000000 --- a/ports/replxx/add-stdexcept.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/src/io.cxx b/src/io.cxx -index a098867..6159e4b 100644 ---- a/src/io.cxx -+++ b/src/io.cxx -@@ -2,6 +2,7 @@ - #include <cerrno> - #include <cstdlib> - #include <cstring> -+#include <stdexcept> - #include <array> - - #ifdef _WIN32 -@@ -671,4 +672,3 @@ int Terminal::read_verbatim( char32_t* buffer_, int size_ ) { - #endif - - } -- |
