Hello, I did #define new for debugging memory leaks, and I get this error:
"no instance of boost::process::detail::windows::windows_file_codecv operator new matches arguement list"
in file boost\process\local.hpp
So I did
#ifdef new
#undef new
#endif
right before it and it works fine.
Hope that this could be of use to someone!
Thanks and Regards,
Vivek S