summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/crtp_tag.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/crtp_tag.h b/include/crtp_tag.h
index a871866a2c..df1272a3d3 100644
--- a/include/crtp_tag.h
+++ b/include/crtp_tag.h
@@ -54,7 +54,6 @@ namespace detail
return Sub::type;
}
- //TODO: Add copy constructors for tags that are missing it before this becomes useable
template<class Sub>
std::unique_ptr<tag> crtp_tag<Sub>::clone() const&
{