summaryrefslogtreecommitdiff
path: root/dev-cpp/glibmm/files/glibmm-2.46.2-use-noexcept2.patch
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-04-17 12:51:00 +0200
committerPacho Ramos <pacho@gentoo.org>2016-04-17 13:13:36 +0200
commit105f77fe60228e0c7c53af15a440c90e77f27336 (patch)
tree0801f16cb7a184ae913ad358bc48be8c4e05891e /dev-cpp/glibmm/files/glibmm-2.46.2-use-noexcept2.patch
parent4344236dd4bc6b9b545ec0caa9e5a1c3495964e2 (diff)
downloadgentoo-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-noexcept2.patch')
-rw-r--r--dev-cpp/glibmm/files/glibmm-2.46.2-use-noexcept2.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-cpp/glibmm/files/glibmm-2.46.2-use-noexcept2.patch b/dev-cpp/glibmm/files/glibmm-2.46.2-use-noexcept2.patch
deleted file mode 100644
index c6c38ff5a568..000000000000
--- a/dev-cpp/glibmm/files/glibmm-2.46.2-use-noexcept2.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Gio::Application: Destructor: Use noexcept in the implementation too.
-
-Bug #566426 (https://bugs.gentoo.org/show_bug.cgi?id=566426)
-
---- a/gio/giomm/application.cc 2015-09-22 11:13:25.000000000 +0200
-+++ b/gio/giomm/application.cc 2015-12-08 21:54:44.914338546 +0100
-@@ -284,7 +284,7 @@ Application::Application(const Glib::ust
-
- }
-
--Application::~Application()
-+Application::~Application() noexcept
- {
- // Delete all OptionArgCallbackData instances that belong to this application.
- Glib::Threads::Mutex::Lock lock(option_arg_callback_data_mutex);