sos-os / alarm

ALARM: Another Library for Allocating and Releasing Memory
Apache License 2.0
8 stars 6 forks source link

fix(intruder_alarm): fix build with `std` feature flag #27

Closed hawkw closed 6 years ago

hawkw commented 6 years ago

Thanks to @leshow for reporting.

I've added a Travis build with the std feature flag, and fixed the conditional compilation so that build passes.

Closes #20

hawkw commented 6 years ago

@leshow says that this fixes his issues so I'm going to go ahead and merge.