File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 40
40
compiler : clang
41
41
install : wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 18
42
42
toolchain_root : " /usr/lib/llvm-18"
43
- - version : 18
44
- compiler : clang
45
- stdlib : libc++
46
- install : wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 18 && sudo apt install -y libc++-18-dev libc++abi-18-dev
47
- cxx_flags : " -stdlib=libc++"
48
43
- version : 17
49
44
compiler : clang
50
45
install : wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 17
96
91
cxx : " g++-12"
97
92
cxx_flags : " "
98
93
exclude :
94
+ - compiler : clang
95
+ version : 18
96
+ stdlib : libc++
99
97
- compiler : gcc
100
98
version : 18
101
99
- compiler : gcc
Original file line number Diff line number Diff line change 10
10
namespace lookup {
11
11
[[nodiscard]] CONSTEVAL static auto make (compile_time auto input) {
12
12
return strategies<linear_search_lookup<4 >,
13
- pseudo_pext_lookup<true , 2 >>::make (input);
13
+ pseudo_pext_lookup<true , 1 >>::make (input);
14
14
}
15
15
} // namespace lookup
You can’t perform that action at this time.
0 commit comments