Improved performance and fixed Clang warnings.

This commit is contained in:
Teal Dulcet
2024-06-01 08:59:28 -07:00
parent 1352437fad
commit 2390f26d80
8 changed files with 92 additions and 71 deletions

View File

@@ -521,7 +521,7 @@ int main()
}
}
{
function<long double(long double)> afunction = [](auto x)
const function<long double(long double)> afunction = [](auto x)
{ return x + 1; };
tables::options aoptions;