mirror of
https://github.com/tdulcet/Table-and-Graph-Libs.git
synced 2025-12-16 00:18:55 +08:00
Improved performance and fixed Clang warnings.
This commit is contained in:
@@ -219,7 +219,7 @@ int main()
|
||||
}
|
||||
}
|
||||
{
|
||||
function<long double(long double)> afunction = [](auto x)
|
||||
const function<long double(long double)> afunction = [](auto x)
|
||||
{ return x + 1; };
|
||||
|
||||
graphs::options aoptions;
|
||||
|
||||
Reference in New Issue
Block a user