Christopher Haster / funcptr

Dependents:   SimpleHTTPExample

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;
     }