mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-17 18:12:04 +01:00
fixed completed mindo in badIndex
This commit is contained in:
parent
06fdcf08fb
commit
1f0a08f25d
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ public:
|
||||||
// sort out
|
// sort out
|
||||||
std::string msg =
|
std::string msg =
|
||||||
"Attempt to modify attribute at illegal index: " + index;
|
"Attempt to modify attribute at illegal index: " + index;
|
||||||
throw new std::out_of_range(msg);
|
throw std::out_of_range(msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct Attr
|
struct Attr
|
||||||
|
|
Loading…
Reference in a new issue