Modernize to C++11
Opened this issue · 0 comments
fabianschuiki commented
The code base relies heavily on the boost libraries, especially for managed pointers. Although the compiler has already been switched to C++11, most code still uses old pre-2011 techniques. We need to modernize the code and start using more of the new C++ features.