mbed-os/hal
Christopher Haster f8917e1cd9 callback - Removed problematic callback overloads
Unfortunately, it is very difficult to infer the parameters of
function-objects generically in C++03 without any additional type
information. The current implementation fails to do so, and the compiler
simply bails with "unable to deduce template parameter".

Rather than leaving the user with a small novel of error messages, this
patch removes the problematic callback overloads, leaving only callback
overloads for the original pointer types.
2016-09-29 16:30:49 -05:00
..
api callback - Removed problematic callback overloads 2016-09-29 16:30:49 -05:00
common Merge pull request #2741 from pan-/conf_flush_at_exit 2016-09-27 21:52:13 -07:00
hal TRNG HAL - fix length doc wording for get_bytes 2016-09-27 09:14:37 +01:00
targets Merge pull request #2822 from anangl/master 2016-09-28 15:37:58 -07:00
.yotta_ignore Simplify layout: 2016-05-23 09:13:59 +01:00
CMakeLists.txt Simplify layout: 2016-05-23 09:13:59 +01:00
module.json Simplify layout: 2016-05-23 09:13:59 +01:00
targets.json STM32F4 - Enable the low power timer 2016-09-28 09:36:37 +02:00