diff options
| author | Pacho Ramos <pacho@gentoo.org> | 2016-04-17 12:51:00 +0200 |
|---|---|---|
| committer | Pacho Ramos <pacho@gentoo.org> | 2016-04-17 13:13:36 +0200 |
| commit | 105f77fe60228e0c7c53af15a440c90e77f27336 (patch) | |
| tree | 0801f16cb7a184ae913ad358bc48be8c4e05891e /dev-cpp/glibmm/files/glibmm-2.46.2-use-noexcept.patch | |
| parent | 4344236dd4bc6b9b545ec0caa9e5a1c3495964e2 (diff) | |
| download | gentoo-105f77fe60228e0c7c53af15a440c90e77f27336.tar.gz gentoo-105f77fe60228e0c7c53af15a440c90e77f27336.tar.bz2 gentoo-105f77fe60228e0c7c53af15a440c90e77f27336.zip | |
dev-cpp/glibmm: Drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-cpp/glibmm/files/glibmm-2.46.2-use-noexcept.patch')
| -rw-r--r-- | dev-cpp/glibmm/files/glibmm-2.46.2-use-noexcept.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-cpp/glibmm/files/glibmm-2.46.2-use-noexcept.patch b/dev-cpp/glibmm/files/glibmm-2.46.2-use-noexcept.patch deleted file mode 100644 index 085441d96679..000000000000 --- a/dev-cpp/glibmm/files/glibmm-2.46.2-use-noexcept.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 6c7c14875d0f1d249abcccb0033297c8d48619dc Mon Sep 17 00:00:00 2001 -From: Murray Cumming <murrayc@murrayc.com> -Date: Sun, 29 Nov 2015 21:32:46 +0100 -Subject: Gio::Application: Destructor: Use noexcept in the implementation too. -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Bug #758798 (Émeric MASCHINO) ---- - gio/src/application.ccg | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/gio/src/application.ccg b/gio/src/application.ccg -index 9fb5866..c7488ac 100644 ---- a/gio/src/application.ccg -+++ b/gio/src/application.ccg -@@ -278,7 +278,7 @@ Application::Application(const Glib::ustring& application_id, ApplicationFlags f - - } - --Application::~Application() -+Application::~Application() noexcept - { - // Delete all OptionArgCallbackData instances that belong to this application. - std::lock_guard<std::mutex> lock(option_arg_callback_data_mutex); --- -cgit v0.11.2 - |
