Deprecate ParsedJson::Iterator

This commit is contained in:
John Keiser 2020-03-25 12:59:42 -07:00
parent a0bce440a6
commit 06587824be
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
namespace simdjson {
class ParsedJson::Iterator {
class [[deprecated("Use the new DOM navigation API instead (see doc/usage.md)")]] ParsedJson::Iterator {
public:
inline Iterator(const ParsedJson &parser) noexcept(false);
inline Iterator(const Iterator &o) noexcept;