On 7/9/12, Jonathan Wakely <jwakely.gcc@xxxxxxxxx> wrote: > On 9 July 2012 16:06, wbrana <wbrana@xxxxxxxxx> wrote: >> sigc::internal::temp_slot_list::~temp_slot_list() (stl_list.h:358) > > Are you compiling some of your application with -std=c++11 or > -std=c++0x and linking to other code compiled without those flags? I'm compiling with -std=c++0x > > For GCC 4.7.0 and 4.7.1 there is an incompatibility between c++11 and > c++98 code due to the size of std::list being different in C++11 mode. > Will this bug be fixed? Is there bug report?