🔨 some clean up

This commit is contained in:
Niels Lohmann 2018-01-10 10:18:31 +01:00
parent ce53537ba2
commit 85173f5627
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
21 changed files with 58 additions and 178 deletions

View file

@ -1,5 +1,4 @@
#ifndef NLOHMANN_JSON_DETAIL_ITERATORS_JSON_REVERSE_ITERATOR_HPP
#define NLOHMANN_JSON_DETAIL_ITERATORS_JSON_REVERSE_ITERATOR_HPP
#pragma once
#include <cstddef> // ptrdiff_t
#include <iterator> // reverse_iterator
@ -118,5 +117,3 @@ class json_reverse_iterator : public std::reverse_iterator<Base>
};
}
}
#endif