ARMmbed / core-util

DEPRECATED: Mbed 3 utilities library
Other
12 stars 17 forks source link

Fix assert in pop_back() #13

Closed bogdanm closed 9 years ago

bogdanm commented 9 years ago

Rewrite the code to keep the assert() invariant in get_element_address, even if in this case the assert() was actually wrong. Also, make sure that tests also work when built in debug mode.

bogdanm commented 9 years ago

@autopulated @0xc0170

0xc0170 commented 9 years ago

LGTM