mirror of
https://github.com/nlohmann/json.git
synced 2026-06-12 07:39:43 +00:00
🔨 cleanup + some noexcept
This commit is contained in:
@@ -79,7 +79,7 @@ template<typename IteratorType> class iteration_proxy
|
||||
|
||||
public:
|
||||
/// construct iteration proxy from a container
|
||||
explicit iteration_proxy(typename IteratorType::reference cont)
|
||||
explicit iteration_proxy(typename IteratorType::reference cont) noexcept
|
||||
: container(cont) {}
|
||||
|
||||
/// return iterator begin (needed for range-based for)
|
||||
|
||||
Reference in New Issue
Block a user