Project

General

Profile

Actions

Bug #2017

closed

Compiler emits warnings if Boost 1.5.4 is used

Added by Anonymous almost 11 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
07/08/2013
Due date:
% Done:

0%

Estimated time:

Description

This is probably similar to #2013 but I am using gcc on GNU/Linux. In Boost 1.5.4 the class boost::signals::signal was deprecated in favor of boost::signals2::signal. So the compiler emits warnings about that deprecation but everything is compiled normally. This message can be suppressed by adding -Wno-cpp modifier.

Actions #1

Updated by Wim Dumon almost 11 years ago

  • Status changed from New to Feedback

That seems to be correct. I guess it will be inevitable to offer a migration path to signals2 after all, even though we weren't planning on doing so.

I tested migration to boost.signals2 by changing the namespace name and ran into no problems so far. We'll probably offer the choice between signals and signals2 for a while. It seems you can expect a solution soon.

Wim.

Actions #2

Updated by Koen Deforche over 10 years ago

  • Assignee set to Wim Dumon
  • Target version set to 3.3.1
Actions #3

Updated by Wim Dumon over 10 years ago

  • Status changed from Feedback to Resolved

signals2 support in final testing - will be in next release

Actions #4

Updated by Koen Deforche over 10 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF