1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

Fix some GCC-12 Build errors

This commit is contained in:
Leonid Fedorov
2022-08-29 17:43:41 +00:00
committed by Leonid Fedorov
parent 678bd6c91e
commit b936ed8b2e
11 changed files with 12 additions and 55 deletions

View File

@ -159,7 +159,7 @@ struct EngineCommRunner
};
template <typename T>
struct QueueShutdown : public unary_function<T&, void>
struct QueueShutdown
{
void operator()(T& x)
{