We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a708ad commit d66b6daCopy full SHA for d66b6da
include/json/value.h
@@ -881,7 +881,8 @@ class JSON_API ValueIterator : public ValueIteratorBase {
881
using SelfType = ValueIterator;
882
883
ValueIterator();
884
- JSONCPP_OP_EXPLICIT ValueIterator(const ValueConstIterator& other);
+ JSONCPP_NORETURN JSONCPP_OP_EXPLICIT
885
+ ValueIterator(const ValueConstIterator& other);
886
ValueIterator(const ValueIterator& other);
887
888
private:
0 commit comments