OGRECave / ogitor

Ogitor SceneBuilder, the WYSIWYG scene editing environment for OGRE
MIT License
95 stars 31 forks source link

Enable C++11 and replace Boost threads and regex #15

Closed kPYKx7Ddw4n1aIKZ closed 2 years ago

kPYKx7Ddw4n1aIKZ commented 5 years ago

This project could safely require C++11. Furtermore one could replace Boost threads by C++11 threads. C++11 should also be able to replace the Boost regex library, although I'm not entirely sure about that. Maybe one could even remove the Boost dependency completely.

paroj commented 2 years ago

fixed by 58e2cca70872c9ce63c3f30684b171f0fbb54043