diff options
Diffstat (limited to 'sigc++/tuple-utils/tuple_start.h')
-rw-r--r-- | sigc++/tuple-utils/tuple_start.h | 6 |
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 |