Subject: [Boost-bugs] [Boost C++ Libraries] #8703: Solaris - error: 'posix_memalign' was not declared in this scope
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-06-17 11:26:29
#8703: Solaris - error: 'posix_memalign' was not declared in this scope
--------------------------+---------------------
Reporter: anonymous | Owner: andysem
Type: Bugs | Status: new
Milestone: Boost 1.54.0 | Component: log
Version: Boost 1.54.0 | Severity: Problem
Keywords: |
--------------------------+---------------------
{{{
libs/log/src/threadsafe_queue.cpp: In static member function 'static void*
boost::log::v2_mt_posix::aux::threadsafe_queue_impl::operator
new(std::size_t)':
libs/log/src/threadsafe_queue.cpp:169:36: error: 'posix_memalign' was not
declared in this scope
if (posix_memalign(&p, 64, size) || !p)
}}}
It looks like posix_memalign is not available for Solaris 10 (using GCC
4.8.0).
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8703> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:13 UTC