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 2eda52b commit 4827c00Copy full SHA for 4827c00
include/json/value.h
@@ -879,7 +879,7 @@ class JSON_API ValueIterator : public ValueIteratorBase {
879
using SelfType = ValueIterator;
880
881
ValueIterator();
882
- JSONCPP_OP_EXPLICIT ValueIterator(const ValueConstIterator& other);
+ JSONCPP_NORETURN JSONCPP_OP_EXPLICIT ValueIterator(const ValueConstIterator& other);
883
ValueIterator(const ValueIterator& other);
884
885
private:
0 commit comments