< Previous by Date | Date Index | Next by Date > |
Thread Index | Next in Thread > |
Fixes for compilation problems with new gcc-5.2.1 found
at debian-sid. This gets rid of auto_ptr and replaces it with unique_ptr.
In order to unique_ptr to work right, a new CXXFLAG has been added
to configure script, it adds -std=c++11 to flags. This flag is all
right also for gcc-4.9 found from earlier debian versions.
For more information see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778103 at BTS.
https://github.com/resiprocate/reConServer/pull/1
—
Reply to this email directly or view it on GitHub.