Michał Gallus
Michał Gallus
class Subject { Subject() : head_(NULL) {} // Methods... private: Observer\* head_; }; I believe that the keyword "public: " has been omitted before the constructor. Obviously doesn't have much...
Hello @john-chapman, thank you for creating and sharing this awesome library. One important feature that the library is missing are C-bindings. These would not only allow C programmers to benefit...
Current `premake5.lua` script and supplied premake5 binary don't allow user to generate Visual Studio 2019 solution. Following PR introduces following changes: * Updated premake5 to version premake-5.0.0-alpha15 * Updated premake5.lua...