62bd37128c8a3b10324909ddd40722f4ee83ff9f
David Blume first commit

David Blume authored 8 years ago

1) #include <iostream>
2) #include <string>
3) #include <vector>
4) #include "widget.hpp"
5) 
6) using namespace std;
7) 
8) namespace UI {
9) 
10) int widget_cb() {
David Blume Use __PRETTY_FUNCTION__ and...

David Blume authored 8 years ago

11)     cout << "The function " << __PRETTY_FUNCTION__ << " was called." << endl;