Previously std::map ignored out-of-bounds access when exceptions were
disabled. Other containers such as std::vector use throw_out_of_range()
which will terminate the program if exceptions are disabled.
Details
Details
- Reviewers
cfe-commits EricWF
Diff Detail
Diff Detail