mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Added const_set_constexpr tests
This commit is contained in:
parent
5f73295392
commit
3784991dd2
1405
test/test_const_set_constexpr.cpp
Normal file
1405
test/test_const_set_constexpr.cpp
Normal file
File diff suppressed because it is too large
Load Diff
@ -9282,6 +9282,7 @@
|
||||
<ClCompile Include="..\test_const_multimap_ext.cpp" />
|
||||
<ClCompile Include="..\test_const_multimap_ext_constexpr.cpp" />
|
||||
<ClCompile Include="..\test_const_set.cpp" />
|
||||
<ClCompile Include="..\test_const_set_constexpr.cpp" />
|
||||
<ClCompile Include="..\test_correlation.cpp" />
|
||||
<ClCompile Include="..\test_covariance.cpp" />
|
||||
<ClCompile Include="..\test_crc1.cpp" />
|
||||
|
||||
@ -3629,6 +3629,9 @@
|
||||
<ClCompile Include="..\test_const_set.cpp">
|
||||
<Filter>Tests\Containers</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\test_const_set_constexpr.cpp">
|
||||
<Filter>Tests\Containers</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\..\library.properties">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user