areg-sdk
areg-sdk copied to clipboard
[c++17] integrate std::vector and other containers, except map
- Replace TEArray and TELinkedList with STL vectors and list
- Optional, replace TEStack
- Do not touch maps, inclusive resource maps.
@vukihub feel free to ask questions.
Working branch: https://github.com/aregtech/areg-sdk/tree/20211114-cpp17-array
we merge issues #16 , #17 and #18 to the https://github.com/aregtech/areg-sdk/tree/20220206-stl17-migration
fixed in the branch 20220701-candidate