🔨 cleanup + some noexcept

This commit is contained in:
Niels Lohmann
2018-01-16 20:41:04 +01:00
parent b182308eff
commit afe4571309
4 changed files with 28 additions and 35 deletions
+1 -1
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)