-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ladislas/feature/move array utils to cxxsupport #267
ladislas/feature/move array utils to cxxsupport #267
Conversation
ladislas
commented
Jun 2, 2021
- 🔧 (vscode): Configure language association for lstd_* & mstd_* files
- ✨ (cxxsupport): Add cxxsupport directory with lstd_array header
- ✅ (cxxsupport): Add include/cxxsupport lstd_array related unit tests
- 🔥 (utils): Remove ArrayUtils
Codecov Report
@@ Coverage Diff @@
## develop #267 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 56 55 -1
Lines 940 936 -4
=========================================
- Hits 940 936 -4 Continue to review full report at Codecov.
|
51b91f6
to
05b0991
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il y a effectivement l'histoire de ces tests qui n'a pas forcément sa place dans l'include, sinon tout est bon pour moi
8e7a0e3
to
b471ded
Compare
The cxxsupport directory is intended for implementing C++ features not yet available in C++17 (std version used at the time of writting) The first header is <lstd_array> which mimics <array> and adds the (l)std::to_array function from C++20
It is replaced by cxxsupport/lstd_array
b471ded
to
af7f49a
Compare
Code Climate has analyzed commit af7f49a and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! |