We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea26398 commit b32d03aCopy full SHA for b32d03a
libraries/esp8266/examples/CallBackList/CallBackGeneric.ino
@@ -6,7 +6,7 @@ using namespace experimental::CBListImplentation;
6
7
class exampleClass {
8
public:
9
- exampleClass() {};
+ exampleClass(){};
10
11
using exCallBack = std::function<void(int)>;
12
using exHandler = CallBackList<exCallBack>::CallBackHandler;
0 commit comments