-
- Downloads
Fix a C++17 compliance issue thanks to clang++
Lambda capture of implicit binding is only allowed starting from C++20. The obtained new code is a bit cleaner.
parent
83007b01
No related branches found
No related tags found
Showing
- tests/MeshDataBaseForTests.hpp 32 additions, 6 deletionstests/MeshDataBaseForTests.hpp
- tests/test_DiscreteFunctionInterpoler.cpp 12 additions, 6 deletionstests/test_DiscreteFunctionInterpoler.cpp
- tests/test_DiscreteFunctionP0.cpp 74 additions, 38 deletionstests/test_DiscreteFunctionP0.cpp
- tests/test_DiscreteFunctionP0Vector.cpp 54 additions, 30 deletionstests/test_DiscreteFunctionP0Vector.cpp
- tests/test_DiscreteFunctionUtils.cpp 16 additions, 8 deletionstests/test_DiscreteFunctionUtils.cpp
- tests/test_DiscreteFunctionVectorInterpoler.cpp 16 additions, 8 deletionstests/test_DiscreteFunctionVectorInterpoler.cpp
- tests/test_EmbeddedIDiscreteFunctionMathFunctions.cpp 12 additions, 6 deletionstests/test_EmbeddedIDiscreteFunctionMathFunctions.cpp
- tests/test_EmbeddedIDiscreteFunctionOperators.cpp 24 additions, 12 deletionstests/test_EmbeddedIDiscreteFunctionOperators.cpp
- tests/test_EmbeddedIDiscreteFunctionUtils.cpp 20 additions, 10 deletionstests/test_EmbeddedIDiscreteFunctionUtils.cpp
- tests/test_InterpolateItemArray.cpp 24 additions, 12 deletionstests/test_InterpolateItemArray.cpp
- tests/test_InterpolateItemValue.cpp 24 additions, 12 deletionstests/test_InterpolateItemValue.cpp
- tests/test_ItemArray.cpp 32 additions, 16 deletionstests/test_ItemArray.cpp
- tests/test_ItemArrayUtils.cpp 209 additions, 208 deletionstests/test_ItemArrayUtils.cpp
- tests/test_ItemValue.cpp 40 additions, 20 deletionstests/test_ItemValue.cpp
- tests/test_ItemValueUtils.cpp 40 additions, 20 deletionstests/test_ItemValueUtils.cpp
- tests/test_SubItemArrayPerItem.cpp 36 additions, 18 deletionstests/test_SubItemArrayPerItem.cpp
- tests/test_SubItemValuePerItem.cpp 36 additions, 18 deletionstests/test_SubItemValuePerItem.cpp
Loading
Please register or sign in to comment