Skip to content

Commit

Permalink
Remove not needed and deprecated Boost.Signals header
Browse files Browse the repository at this point in the history
"boost/signals.hpp" is not used in the package and since Boost 1.56.0 is
considered unmaintained and deprecated.

    warning: #warning "Boost.Signals is no longer being maintained and
    is now deprecated. Please switch to Boost.Signals2. To disable this
    warning message, define BOOST_SIGNALS_NO_DEPRECATION_WARNING." [-Wcpp]

The patch removes the header.

Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch>
  • Loading branch information
David Abdurachmanov authored and David Abdurachmanov committed Nov 14, 2014
1 parent ddaf4b8 commit 27d0f65
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SimG4Core/Geometry/interface/DDG4Builder.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#include <vector>
#include <string>

#include "boost/signals.hpp"

struct DDPosData;
class DDG4SolidConverter;
class G4LogicalVolume;
Expand Down

0 comments on commit 27d0f65

Please sign in to comment.