Different
Added by Mario Chacon about 15 years ago
Hello,
I am working on a project that we must use boost 1.31 because of out architecture. So we are planing to add a web GUI so we are evaluating different possibilities. The big issue that I found is that WT requires at least boot 1.35, so Is there any possibility to use it with boost 1.31?
Thank you
salu2...
masch...
Replies (1)
RE: Different - Added by Wim Dumon about 15 years ago
Possibly if you use a non-boost asio and fix some of the newer classes (unordered_map was introduced in 1.36) that we use, you may be successful.
However, I'd recommend to use a newer boost version (1.36 or newer should work). In 1.35, asio was introduced in boost, which is why it is an important release for Wt. But before 1.35, we were using non-boost asio in combintation with Wt. Not sure if that still works, though...
Best regards,
Wim.