diff --git a/io_port.h b/io_port.h index 72b22881..b69aa541 100644 --- a/io_port.h +++ b/io_port.h @@ -73,6 +73,7 @@ namespace etl iterator& operator =(const iterator& other) { p_iop = other.p_iop; + return *this; } iop_t& operator *()