Nathan Ridge
2014-05-23 02:35:24 UTC
With the latest Boost, I get the following warning message
when compiling a Wt application:
In file included from /home/nr/Dev/dist/wt/include/Wt/WSignal:17:0,
from /home/nr/Dev/dist/wt/include/Wt/WWidget:14,
from /home/nr/Dev/dist/wt/include/Wt/WWebWidget:14,
from /home/nr/Dev/dist/wt/include/Wt/WInteractWidget:10,
from /home/nr/Dev/dist/wt/include/Wt/WContainerWidget:10,
from /home/nr/Dev/dist/wt/include/Wt/WAnchor:10,
from src/tgweb.cpp:15:
/home/nr/Dev/dist/boost/include/boost/signal.hpp:17:4: 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]
I guess Wt should be updated to use Boost.Signals2?
Regards,
Nate
when compiling a Wt application:
In file included from /home/nr/Dev/dist/wt/include/Wt/WSignal:17:0,
from /home/nr/Dev/dist/wt/include/Wt/WWidget:14,
from /home/nr/Dev/dist/wt/include/Wt/WWebWidget:14,
from /home/nr/Dev/dist/wt/include/Wt/WInteractWidget:10,
from /home/nr/Dev/dist/wt/include/Wt/WContainerWidget:10,
from /home/nr/Dev/dist/wt/include/Wt/WAnchor:10,
from src/tgweb.cpp:15:
/home/nr/Dev/dist/boost/include/boost/signal.hpp:17:4: 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]
I guess Wt should be updated to use Boost.Signals2?
Regards,
Nate