diff options
author | Zach van Rijn <me@zv.io> | 2022-11-03 15:50:41 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-11-03 15:50:41 +0000 |
commit | 1dce7c879d2254c82ba8680ff124196b4b7ed437 (patch) | |
tree | 9f16c12bef509953dad03d124800f140968ccbbb /user/libixion/nullptr.patch | |
parent | fa3bea1e6ee40b5f7f82197892b5f156bc5f614f (diff) | |
download | packages-1dce7c879d2254c82ba8680ff124196b4b7ed437.tar.gz packages-1dce7c879d2254c82ba8680ff124196b4b7ed437.tar.bz2 packages-1dce7c879d2254c82ba8680ff124196b4b7ed437.tar.xz packages-1dce7c879d2254c82ba8680ff124196b4b7ed437.zip |
user/libixion: bump { 0.15.0 --> 0.17.0 }. update upstream URL. fixes #824.
Diffstat (limited to 'user/libixion/nullptr.patch')
-rw-r--r-- | user/libixion/nullptr.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/user/libixion/nullptr.patch b/user/libixion/nullptr.patch deleted file mode 100644 index 27540bf30..000000000 --- a/user/libixion/nullptr.patch +++ /dev/null @@ -1,25 +0,0 @@ -From a8fe2c542b16ee30723ab3d7f3b643ee479e9723 Mon Sep 17 00:00:00 2001 -From: orbea <orbea@riseup.net> -Date: Fri, 23 Aug 2019 08:50:28 -0700 -Subject: [PATCH] Fix build with clang. - ---- - include/ixion/model_context.hpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/include/ixion/model_context.hpp b/include/ixion/model_context.hpp -index 6ff5b678..dc27ed03 100644 ---- a/include/ixion/model_context.hpp -+++ b/include/ixion/model_context.hpp -@@ -61,7 +61,7 @@ public: - } value; - - /** Initializes the cell to be empty. */ -- input_cell(nullptr_t); -+ input_cell(std::nullptr_t); - /** Boolean cell value. */ - input_cell(bool b); - /** The char array must be null-terminated. */ --- -2.22.0 - |