Bug #10914
Boost Phoenix deprecated header warnings
Start date:
09/06/2022
Due date:
% Done:
100%
Estimated time:
Description
When compiling Wt with recent versions of Boost, we get deprecation warnings coming from Boost Phoenix in the files:
Wt/Json/Parser.C
Wt/Render/CssParser.C
Here's an example warning:
note: ‘#pragma message: This header is deprecated. Use <boost/phoenix/core.hpp> instead.’
We should update those includes so that we don't get any warnings.