🔨 cleanup + some noexcept

This commit is contained in:
Niels Lohmann 2018-01-16 20:41:04 +01:00
parent b182308eff
commit afe4571309
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
4 changed files with 28 additions and 35 deletions

View file

@ -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)