aboutsummaryrefslogtreecommitdiff
path: root/test.cc
diff options
context:
space:
mode:
authorAdrian Kummerlaender2015-02-09 18:20:22 +0100
committerAdrian Kummerlaender2015-02-09 18:20:22 +0100
commit8893f72598040681aec3de58740212c0003fc65b (patch)
tree84ccfbe97f32304ea3dab8f732fba178db70d574 /test.cc
parent709274402ff0a83dfaacae880dfa6db478d29ab1 (diff)
downloadTypeAsValue-8893f72598040681aec3de58740212c0003fc65b.tar
TypeAsValue-8893f72598040681aec3de58740212c0003fc65b.tar.gz
TypeAsValue-8893f72598040681aec3de58740212c0003fc65b.tar.bz2
TypeAsValue-8893f72598040681aec3de58740212c0003fc65b.tar.lz
TypeAsValue-8893f72598040681aec3de58740212c0003fc65b.tar.xz
TypeAsValue-8893f72598040681aec3de58740212c0003fc65b.tar.zst
TypeAsValue-8893f72598040681aec3de58740212c0003fc65b.zip
Updated `README.md` to mention recent features and direction
Diffstat (limited to 'test.cc')
-rw-r--r--test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.cc b/test.cc
index 3b35cd3..8a5c499 100644
--- a/test.cc
+++ b/test.cc
@@ -602,7 +602,7 @@ static_assert(
tav::Pair<
tav::List<tav::Int<1>, tav::Int<3>>::type,
tav::List<tav::Int<2>>::type
- >::type,
+ >,
tav::Partition<
tav::Odd,
tav::List<tav::Int<1>, tav::Int<2>, tav::Int<3>>::type