id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 13214,Boost::process examples fail to compile in Visual studio 2012 Win 7,daniele.trimarchi@…,,"This ticket is related to [https://svn.boost.org/trac10/ticket/12990 #12990], as the compatibility of boost::process is broken with Visual Studio 2012 too. The problem is due to several features of C++11 - C++17 that break the compatibility with VS2012 : - noexcept in process/detail/config.hpp (easy to substitute with BOOST_NOEXCEPT) - constexpr in process/detail/config.hpp and process/detail/handler_base.hpp - using resource_type = void in process/detail/handler_base.hpp - #include in process/detail/traits/cmd_or_exe.hpp (this feature is available in VS2013) ",Bugs,new,To Be Determined,process,Boost 1.64.0,Problem,,boost::process,