using std::function in a libraryThank you! I will read up on extern. I always had the impression it was nothing more than a linker...
using std::function in a libraryI am attempting to use a std::function that SHOULD be in a library, but it does not seem to work. ...
How to store/call an object through a variable?Great! Please mark this thread as "solved"
How to store/call an object through a variable?While not totally clear on what you are asking, it looks as if you are almost there. You can call L...
Publish/Subscribe Implementation - opinionsI have taken a look at an example published by makomweb on gist. I have taken the liberty to add som...