[libsigcplusplus/variadic_mem_fun3: 34/148] Rename deduce_result_type.h to adaptor_base.h
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsigcplusplus/variadic_mem_fun3: 34/148] Rename deduce_result_type.h to adaptor_base.h
- Date: Mon, 7 Mar 2016 10:00:39 +0000 (UTC)
commit 88fbcccff7bf16695732fbd740c1fbf5651d8928
Author: Murray Cumming <murrayc murrayc com>
Date: Fri Jan 8 12:01:36 2016 +0100
Rename deduce_result_type.h to adaptor_base.h
Because that is all this file now contains.
However, I suspect that we don't need adaptor_base at all now.
.../{deduce_result_type.h => adaptor_base.h} | 0
sigc++/adaptors/adaptor_trait.h | 2 +-
sigc++/filelist.am | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sigc++/adaptors/deduce_result_type.h b/sigc++/adaptors/adaptor_base.h
similarity index 100%
rename from sigc++/adaptors/deduce_result_type.h
rename to sigc++/adaptors/adaptor_base.h
diff --git a/sigc++/adaptors/adaptor_trait.h b/sigc++/adaptors/adaptor_trait.h
index 903923f..f76de9c 100644
--- a/sigc++/adaptors/adaptor_trait.h
+++ b/sigc++/adaptors/adaptor_trait.h
@@ -5,7 +5,7 @@
#include <sigc++/functors/functor_trait.h>
#include <sigc++/functors/ptr_fun.h>
#include <sigc++/functors/mem_fun.h>
-#include <sigc++/adaptors/deduce_result_type.h>
+#include <sigc++/adaptors/adaptor_base.h>
/*
* The idea here is simple. To prevent the need to
diff --git a/sigc++/filelist.am b/sigc++/filelist.am
index 3b0555a..b27d92e 100644
--- a/sigc++/filelist.am
+++ b/sigc++/filelist.am
@@ -56,12 +56,12 @@ sigc_public_h = \
trackable.h \
type_traits.h \
visit_each.h \
+ adaptors/adaptor_base.h \
adaptors/adaptors.h \
adaptors/adaptor_trait.h \
adaptors/bind_return.h \
adaptors/bound_argument.h \
adaptors/compose.h \
- adaptors/deduce_result_type.h \
adaptors/exception_catch.h \
adaptors/retype_return.h \
functors/functor_trait.h \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]