summaryrefslogtreecommitdiff
path: root/sigc++/tuple-utils/tuple_start.h
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-03-02 21:24:37 +0100
committerMurray Cumming <murrayc@murrayc.com>2016-03-07 10:43:09 +0100
commit520bc824be55140746a92df6c5a21a22f0b0267f (patch)
treeebc5dcb72e40b0b09027a6d8509a810f487a89d3 /sigc++/tuple-utils/tuple_start.h
parent1db1415169e254b626563ccbe128ee91a0fab31c (diff)
downloadsigc++-520bc824be55140746a92df6c5a21a22f0b0267f.tar.gz
Put tuple-utils into sigc::internal namespace.
To discourage people from using libsigc++ just for the tuple utils.
Diffstat (limited to 'sigc++/tuple-utils/tuple_start.h')
-rw-r--r--sigc++/tuple-utils/tuple_start.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sigc++/tuple-utils/tuple_start.h b/sigc++/tuple-utils/tuple_start.h
index 95fda2e..04f738d 100644
--- a/sigc++/tuple-utils/tuple_start.h
+++ b/sigc++/tuple-utils/tuple_start.h
@@ -22,6 +22,8 @@
namespace sigc {
+namespace internal {
+
namespace detail {
template <typename T, typename Seq>
@@ -75,6 +77,8 @@ decltype(auto) // typename tuple_type_end<T, len>::type
std::forward<T>(t));
}
-} // namespace sigc;
+} // namespace internal
+
+} // namespace sigc
#endif //SIGC_TUPLE_UTILS_TUPLE_START_H