Set AssertError to inherit from std::runtime_error
Compare changes
- Stéphane Del Pino authored
+ 2
− 2
@@ -60,7 +60,7 @@ class [[nodiscard]] Array
@@ -60,7 +60,7 @@ class [[nodiscard]] Array
@@ -72,7 +72,7 @@ class [[nodiscard]] Array
@@ -72,7 +72,7 @@ class [[nodiscard]] Array
static_assert(((std::is_const<DataType2>() and std::is_const<DataType>()) or not std::is_const<DataType2>()),