🔨 cleanup + some noexcept
This commit is contained in:
parent
b182308eff
commit
afe4571309
4 changed files with 28 additions and 35 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue