< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] [reConServer] Fixes for compilation problems with new gcc-5.2.1. Debian bug 778103. (#1)


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.


You can view, comment on, or merge this pull request online at:

  https://github.com/resiprocate/reConServer/pull/1

Commit Summary

File Changes

Patch Links:


Reply to this email directly or view it on GitHub.