design-patterns-cpp
design-patterns-cpp copied to clipboard
Fix compile issues across design patterns
Verified that all design pattern examples build on Windows under clang, mingw-gcc and MSVC compilers. Changes range from signed/unsigned mismatch to unused fields and function variables. I'm working on some new CMakeLists to put in the repo and so this uses those warning settings which are aggressive.