eglowacki / zloty

YAGET development
MIT License
1 stars 0 forks source link

WindowApplication class not able to use unique_ptr<ProcHnadler> #47

Open eglowacki opened 2 years ago

eglowacki commented 2 years ago

Updates to VC++ 17.3.0 and got compiler error with WindowApplication ProcHnadler.

Switched to shared_ptr for now, since that removes a compiler error.

This needs to be investigated and fix to use unique_ptr with ProcHandler