You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
patch boost (sic!) to fix warning
This commit is contained in:
committed by
Leonid Fedorov
parent
4a8f5830fd
commit
0dceaa318d
10
cmake/boost.1.88.named_proxy.hpp.patch
Normal file
10
cmake/boost.1.88.named_proxy.hpp.patch
Normal file
@ -0,0 +1,10 @@
|
||||
+++ a/boost/interprocess/detail/named_proxy.hpp 2025-04-14 16:24:12.018395298 +0000
|
||||
+++ b/boost/interprocess/detail/named_proxy.hpp 2025-04-14 16:24:12.018395298 +0000
|
||||
@@ -89,6 +89,7 @@
|
||||
} BOOST_INTERPROCESS_CATCH_END
|
||||
}
|
||||
|
||||
+ virtual ~CtorArgN() {}
|
||||
private:
|
||||
template<std::size_t ...IdxPack>
|
||||
void construct(void *mem, true_, const index_tuple<IdxPack...>&)
|
Reference in New Issue
Block a user