Commit 85460c41 authored by neverlord's avatar neverlord

added check for default constructor

parent 861315fc
......@@ -101,6 +101,9 @@ struct is_same_ : std::is_same<typename First::second, typename Second::second>
int main() {
CPPA_TEST(test__tuple);
cow_tuple<int> zero;
CPPA_CHECK_EQUAL(0, get<0>(zero));
using namespace cppa::placeholders;
typedef typename util::tl_group_by<zz0, std::is_same>::type zz1;
......
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