cschreib / lxgui

Portable, real time, modular and data-driven GUI C++ library.
https://cschreib.github.io/lxgui
MIT License
75 stars 20 forks source link

Remove custom shared pointers and use standard ones #47

Closed cschreib closed 4 years ago

cschreib commented 4 years ago

utils::refptr -> std::shared_ptr utils::wptr (probably unused?) -> std::weak_ptr