diff options
author | Lenny Maiorani <lenny@colorado.edu> | 2020-10-13 18:30:35 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-10-17 23:19:37 +0200 |
commit | a274a8e5a079c105ee070efd0f90cdc6d9e95847 (patch) | |
tree | 26a86f540e9fa9ae8eb75b2afeda8dc155eea9a9 /AK/Tests/TestFormat.cpp | |
parent | 0658051996835787a7d321e7774b5f63c87d9dcc (diff) | |
download | serenity-a274a8e5a079c105ee070efd0f90cdc6d9e95847.zip |
BinarySearch: constexpr support
Problem:
- It is not possible to perform a binary search at compile-time
because `binary_search` is not `constexpr`-aware.
Solution:
- Add `constexpr` support.
Diffstat (limited to 'AK/Tests/TestFormat.cpp')
0 files changed, 0 insertions, 0 deletions