Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_API by
Revision 1150:45226f13ae5c, committed 2016-04-06
- Comitter:
- vcoubard
- Date:
- Wed Apr 06 19:14:18 2016 +0100
- Parent:
- 1149:c188d5238d62
- Child:
- 1151:575efbdcc905
- Commit message:
- Synchronized with git rev 0852e81e
Author: Andres Amaya Garcia
Put back removed comments from SafeBool
Changed in this revision
| ble/SafeBool.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ble/SafeBool.h Wed Apr 06 19:14:17 2016 +0100
+++ b/ble/SafeBool.h Wed Apr 06 19:14:18 2016 +0100
@@ -109,6 +109,7 @@
template <typename T, typename U>
void operator==(const SafeBool<T>& lhs,const SafeBool<U>& rhs) {
lhs.invalidTag();
+ // return false;
}
/**
@@ -117,6 +118,7 @@
template <typename T,typename U>
void operator!=(const SafeBool<T>& lhs,const SafeBool<U>& rhs) {
lhs.invalidTag();
+ // return false;
}
#endif /* BLE_API_SAFE_BOOL_H_ */
\ No newline at end of file
