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.
Diff: Composer.h
- Revision:
 - 8:71037a47492d
 - Parent:
 - 5:5c91c61f50b6
 - Child:
 - 13:4d8a50d4967e
 
--- a/Composer.h	Sun Apr 17 15:30:34 2016 -0500
+++ b/Composer.h	Sun Apr 17 15:52:35 2016 -0500
@@ -91,7 +91,7 @@
 
     /** Test if functions have been composed
      */
-    operator bool(void) const {
+    operator bool() const {
         return _f && _g;
     }
 
@@ -187,7 +187,7 @@
 
     /** Test if functions have been composed
      */
-    operator bool(void) const {
+    operator bool() const {
         return _f && _g;
     }
 
@@ -283,7 +283,7 @@
 
     /** Test if functions have been composed
      */
-    operator bool(void) const {
+    operator bool() const {
         return _f && _g;
     }
 
@@ -379,7 +379,7 @@
 
     /** Test if functions have been composed
      */
-    operator bool(void) const {
+    operator bool() const {
         return _f && _g;
     }
 
@@ -475,7 +475,7 @@
 
     /** Test if functions have been composed
      */
-    operator bool(void) const {
+    operator bool() const {
         return _f && _g;
     }