diff options
| author | ljfa-ag <ljfa-ag@web.de> | 2015-07-05 11:37:52 +0200 |
|---|---|---|
| committer | ljfa-ag <ljfa-ag@web.de> | 2015-07-05 11:37:52 +0200 |
| commit | 792bbf09c4ab7a37664ebaed8314c4f543fc17b0 (patch) | |
| tree | bee8b876c5791cc1f60cff2311d89c758aca6cf3 /include/value.h | |
| parent | e1a24c2f2b3a84073a9988df43fbd63577c3c4f8 (diff) | |
| download | Project-Tick-792bbf09c4ab7a37664ebaed8314c4f543fc17b0.tar.gz Project-Tick-792bbf09c4ab7a37664ebaed8314c4f543fc17b0.zip | |
Correct documentations for operator[]
Diffstat (limited to 'include/value.h')
| -rw-r--r-- | include/value.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/value.h b/include/value.h index 4116e2d0c1..b2a7a21b1f 100644 --- a/include/value.h +++ b/include/value.h @@ -113,7 +113,6 @@ public: /** * @brief In case of a tag_compound, accesses a tag by key - * @throw std::bad_cast if the tag type is not tag_compound * @sa tag_compound::operator[] */ value& operator[](const std::string& key); |
