diff options
| author | ljfa-ag <ljfa-ag@users.noreply.github.com> | 2015-07-07 18:15:01 +0200 |
|---|---|---|
| committer | ljfa-ag <ljfa-ag@users.noreply.github.com> | 2015-07-07 18:15:01 +0200 |
| commit | d9f87a8f9bbd8b296bd876cbb5fb3e410c6a76e3 (patch) | |
| tree | 186dcb4b92d3dde78c3e5e4c854555a7b1249bbe | |
| parent | e5d34354de1fa0953b8ed71ed2e8e21d19e63a4f (diff) | |
| download | Project-Tick-d9f87a8f9bbd8b296bd876cbb5fb3e410c6a76e3.tar.gz Project-Tick-d9f87a8f9bbd8b296bd876cbb5fb3e410c6a76e3.zip | |
Remove unneeded TODO comment
| -rw-r--r-- | include/crtp_tag.h | 1 |
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& { |
