-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Odin-data utilises the Pre-C++11; however, it can compile in a C++11 compiler tooling and environment. But in C++17, many features of the Boost library have been incorporated into the standard library, and changing relevant namespaces is a trivial affair. Modern C++17 also gives the benefit of a more robust standard template library, algorithms and many other language features that will improve code readability and performance. This would lead to a change in some code semantics, while not changing the observable effect or result of the whole operation.
This PR should also utilise updated and compatible versions of the 3rd-party libraries Odin-data incorporates.
CC: @ajgdls