-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
winapinls.cpp: static_assert is_sorted() for the lookup tables #224
Labels
Comments
StephanTLavavej
added
enhancement
Something can be improved
blocked
Something is preventing work on this
labels
Oct 27, 2019
5 tasks
Note that we compile that thing with MSVC, so even though we can implement #6 now because Clang has support for |
Also applies to the STL/tools/validate/validate.cpp Lines 173 to 176 in f9b1dcc
|
StephanTLavavej
added
work in progress
and removed
blocked
Something is preventing work on this
labels
Jan 24, 2020
StephanTLavavej
added a commit
to StephanTLavavej/STL
that referenced
this issue
Jan 24, 2020
4 tasks
StephanTLavavej
added a commit
to StephanTLavavej/STL
that referenced
this issue
Jan 24, 2020
StephanTLavavej
added a commit
that referenced
this issue
Jan 24, 2020
StephanTLavavej
added
fixed
Something works now, yay!
and removed
work in progress
labels
Jan 24, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After #6 is implemented, we should use
constexpr is_sorted()
inwinapinls.cpp
.The text was updated successfully, but these errors were encountered: