id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 8829,Syntax error in detail/freelist.hpp,nikkikom@…,timblechmann,"Compiler: Thread model: posix gcc version 4.9.0 20130512 (experimental) (MacPorts gcc49 4.9-20130512_0) Boost: boost 1.54. I tried to compile documentation examples and got the syntax error: {{{ /opt/local/include/boost/lockfree/detail/freelist.hpp:113:39: error: no matching function for call to 'boost::lockfree::detail::tagged_ptr::node, std::allocator::node> >::freelist_node>::tagged_ptr(boost::atomic::node, std::allocator::node> >::freelist_node> >&)' tagged_node_ptr current (pool_); }}} I fix it by changing {{{ tagged_node_ptr current (pool_); }}} to {{{ tagged_node_ptr current (pool_.load ()); }}} Don't know is it correct or not. ",Bugs,closed,To Be Determined,lockfree,Boost 1.54.0,Problem,fixed,,