diff options
| author | ljfa-ag <ljfa-ag@web.de> | 2015-07-03 11:09:53 +0200 |
|---|---|---|
| committer | ljfa-ag <ljfa-ag@web.de> | 2015-07-03 11:09:53 +0200 |
| commit | bb41bd0013c9c0fec657d352bfcbea116c4c696f (patch) | |
| tree | 710e004a1835d9a1322f1c36a14e6c9810dc69b6 /include | |
| parent | 7942ff1e82dc305f09c744fad590d4d6783a0c90 (diff) | |
| download | Project-Tick-bb41bd0013c9c0fec657d352bfcbea116c4c696f.tar.gz Project-Tick-bb41bd0013c9c0fec657d352bfcbea116c4c696f.zip | |
Remove useless explicit
Diffstat (limited to 'include')
| -rw-r--r-- | include/value.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/value.h b/include/value.h index a4ccf22873..afcc7c2624 100644 --- a/include/value.h +++ b/include/value.h @@ -40,7 +40,7 @@ class tag_list; class value { public: - explicit value() {} + value() {} explicit value(std::unique_ptr<tag>&& t); //Movable but not (implicitly) copyable |
