Skip to content

Update odin-data to C++17 Standard #430

@Ohisemega

Description

@Ohisemega

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

Metadata

Metadata

Assignees

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions