Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
[C++ Error] enable_if.hpp(100): E2029 'enable_if_does_not_work_on_this_compiler<void>' must be a previously defined class or struct
#include <boost/asio.hpp>
IDE: C++ Builder 6.0
Compiler: Borland BCC32.EXE version 6.0.10.157
Boost version: 1.35.0.
Hypothesis: boost::enable_if does not work on this compiler. Use a different compiler.
This approach did not work:
#include <boost/utility/enable_if.hpp>
#include <boost/asio.hpp>
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.