ardupilot/libraries/AP_HAL/utility/tests
Lucas De Marchi 2e60e1b1f2 AP_HAL: utility: Add OwnPtr implementation
This is very similar to std::unique_ptr, but doesn't require including
the <memory> header which pulls lots of c++ headers and cause problems
with nuttx headers. It's header-only. It contains an explanation on what
it solves, how to use and unit tests.
2016-02-16 19:49:08 -02:00
..
test_own_ptr.cpp AP_HAL: utility: Add OwnPtr implementation 2016-02-16 19:49:08 -02:00
wscript AP_HAL: utility: Add OwnPtr implementation 2016-02-16 19:49:08 -02:00