You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gcc.compile.c++ bin.v2/libs/process/build/gcc-4.8/release/x86_64/cxxstd-11-iso/threading-multi/visibility-hidden/ext/env.o
In file included from ./boost/asio/detail/handler_alloc_helpers.hpp:19:0,
from ./boost/asio/detail/executor_function.hpp:19,
from ./boost/asio/execution/any_executor.hpp:24,
from ./boost/asio/execution.hpp:19,
from ./boost/asio/any_io_executor.hpp:22,
from ./boost/process/v2/detail/process_handle_signal.hpp:25,
from ./boost/process/v2/process_handle.hpp:20,
from ./boost/process/v2/ext/env.hpp:14,
from libs/process/src/ext/env.cpp:14:
./boost/asio/detail/memory.hpp: In function 'void* boost::asio::detail::align(std::size_t, std::size_t, void*&, std::size_t&)':
./boost/asio/detail/memory.hpp:58:10: error: 'align' is not a member of 'std'
return std::align(alignment, size, ptr, space);
^
std::align seems to not be available on gcc-4.8.5 for whatever reason, but building boost-1.85.0 with the same CXX works without any issues.
Any hints?
The text was updated successfully, but these errors were encountered:
I am getting the following build error:
std::align
seems to not be available ongcc-4.8.5
for whatever reason, but buildingboost-1.85.0
with the same CXX works without any issues.Any hints?
The text was updated successfully, but these errors were encountered: