Commit 71d7e003 authored by neverlord's avatar neverlord

maintenance

parent 7c297747
......@@ -36,7 +36,6 @@
#include "cppa/config.hpp"
#include "cppa/ref_counted.hpp"
#include "cppa/type_value_pair.hpp"
#include "cppa/uniform_type_info.hpp"
#include "cppa/util/type_list.hpp"
......@@ -166,8 +165,6 @@ class abstract_tuple : public ref_counted
inline const_iterator& operator*() { return *this; }
//inline operator type_value_pair() const { return {type(), value()}; }
};
inline const_iterator begin() const { return {this}; }
......
......@@ -185,6 +185,11 @@ struct tdata<>
inline bool operator==(tdata const&) const { return true; }
inline tuple_impl_info impl_type() const
{
return statically_typed;
}
};
template<bool IsBoxed, bool IsFunction, typename Head, typename T>
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment