tech-toolchain archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: g++/map vs. clang
On 28 Mar, 2012, at 14:10 , Thomas Klausner wrote:
> Next error, while building boost-libs:
>
> In file included from /usr/include/g++/map:59:
> /usr/include/g++/bits/stl_tree.h:136:4: error: call to implicitly-deleted
> copy constructor of 'std::pair<const void *const,
> boost::detail::tss_data_node>'
> _M_value_field(std::forward<_Args>(__args)...) { }
> ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
Maybe this(?):
http://clang.llvm.org/compatibility.html#deleted-special-func
Dennis Ferguson
Home |
Main Index |
Thread Index |
Old Index