From 6f4e9e0b914c3e68691a5d884cbad0b5813fcf18 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 10 May 2025 22:28:01 -0400 Subject: Fix bug where too many vector elements were written back --- src/ex.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ex.cc') diff --git a/src/ex.cc b/src/ex.cc index 066f584..56a59d7 100644 --- a/src/ex.cc +++ b/src/ex.cc @@ -231,7 +231,6 @@ void EX::handle_vector_operations( } this->set_condition(EQ, eq); break; - default: throw std::invalid_argument( "handle_vector_operations received an integer operation!"); -- cgit v1.2.3