Bug #2017
closedCompiler emits warnings if Boost 1.5.4 is used
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.
Updated by Wim Dumon over 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.
Updated by Koen Deforche over 11 years ago
- Assignee set to Wim Dumon
- Target version set to 3.3.1
Updated by Wim Dumon over 11 years ago
- Status changed from Feedback to Resolved
signals2 support in final testing - will be in next release
Updated by Koen Deforche over 11 years ago
- Status changed from Resolved to Closed