Now there is a problem when i want to compile a project which needs to ld liblog4cplus.a
When i use the compile option -std=c++11 ,then there's an error
Undefined reference to 'log4cplus::Logger::operator=(log4cplus::Logger&&)'
but whole project needs the option -std=c++11
So how can i solve this problem?
PS : Compiled on Ubuntu 12.04 ,which gcc version:4.8.2 and liblog4cplus version:1.1.3