Boost C++ Libraries: Ticket #13146: Precompiled lib32-msvc-12.0 binaries don't compile in VS2013 projects https://svn.boost.org/trac10/ticket/13146 <p> Seems to be problems related to process/detail/config.hpp. </p> <p> 2&gt;C:\local\boost_1_64_0\boost/process/detail/config.hpp(86): error C2146: syntax error : missing ';' before identifier 'Char' 2&gt;C:\local\boost_1_64_0\boost/process/detail/config.hpp(86): error C2146: syntax error : missing ';' before identifier 'null_char' 2&gt;C:\local\boost_1_64_0\boost/process/detail/config.hpp(86): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 2&gt;C:\local\boost_1_64_0\boost/process/detail/config.hpp(87): error C2144: syntax error : 'char' should be preceded by ';' 2&gt;C:\local\boost_1_64_0\boost/process/detail/config.hpp(87): error C2143: syntax error : missing ';' before '&lt;' 2&gt;C:\local\boost_1_64_0\boost/process/detail/config.hpp(88): error C2143: syntax error : missing ';' before '{' 2&gt;C:\local\boost_1_64_0\boost/process/detail/config.hpp(88): error C2447: '{' : missing function header (old-style formal list?) 2&gt;C:\local\boost_1_64_0\boost/process/detail/config.hpp(90): error C2146: syntax error : missing ';' before identifier 'Char' 2&gt;C:\local\boost_1_64_0\boost/process/detail/config.hpp(90): error C2146: syntax error : missing ';' before identifier 'equal_sign' 2&gt;C:\local\boost_1_64_0\boost/process/detail/config.hpp(90): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13146 Trac 1.4.3 anonymous Wed, 02 Aug 2017 23:07:51 GMT <link>https://svn.boost.org/trac10/ticket/13146#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/13146#comment:1</guid> <description> <p> Seems to be problems related to process/detail/config.hpp. </p> <p> 2&gt;C:\local\boost_1_64_0\boost/process/detail/config.hpp(65): error C3646: 'noexcept' : unknown override specifier </p> <p> 2&gt;C:\local\boost_1_64_0\boost/process/detail/config.hpp(72): error C2660: 'boost::process::process_error::process_error' : function does not take 2 arguments </p> <p> 2&gt;C:\local\boost_1_64_0\boost/process/detail/config.hpp(77): error C2660: 'boost::process::process_error::process_error' : function does not take 2 arguments </p> <p> 2&gt;C:\local\boost_1_64_0\boost/process/detail/config.hpp(82): error C2440: '&lt;function-style-cast&gt;' : cannot convert from 'std::error_code' to 'boost::process::process_error' </p> <p> 2&gt; No constructor could take the source type, or constructor overload resolution was ambiguous </p> <p> 2&gt;C:\local\boost_1_64_0\boost/process/detail/config.hpp(86): error C2146: syntax error : missing ';' before identifier 'Char' </p> <p> 2&gt;C:\local\boost_1_64_0\boost/process/detail/config.hpp(86): error C2146: syntax error : missing ';' before identifier 'null_char' </p> <p> 2&gt;C:\local\boost_1_64_0\boost/process/detail/config.hpp(86): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int </p> <p> 2&gt;C:\local\boost_1_64_0\boost/process/detail/config.hpp(87): error C2144: syntax error : 'char' should be preceded by ';' </p> <p> 2&gt;C:\local\boost_1_64_0\boost/process/detail/config.hpp(87): error C2143: syntax error : missing ';' before '&lt;' </p> <p> 2&gt;C:\local\boost_1_64_0\boost/process/detail/config.hpp(88): error C2143: syntax error : missing ';' before '{' </p> <p> 2&gt;C:\local\boost_1_64_0\boost/process/detail/config.hpp(88): error C2447: '{' : missing function header (old-style formal list?) </p> <p> 2&gt;C:\local\boost_1_64_0\boost/process/detail/config.hpp(90): error C2146: syntax error : missing ';' before identifier 'Char' </p> <p> 2&gt;C:\local\boost_1_64_0\boost/process/detail/config.hpp(90): error C2146: syntax error : missing ';' before identifier 'equal_sign' </p> <p> 2&gt;C:\local\boost_1_64_0\boost/process/detail/config.hpp(90): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Fri, 18 Aug 2017 09:13:51 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/13146#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/13146#comment:2</guid> <description> <p> A simple demo just including &lt;boost/process.hpp&gt; shows exactly these errors using MSVS 2013. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Fri, 18 Aug 2017 09:16:19 GMT</pubDate> <title>severity changed https://svn.boost.org/trac10/ticket/13146#comment:3 https://svn.boost.org/trac10/ticket/13146#comment:3 <ul> <li><strong>severity</strong> <span class="trac-field-old">Problem</span> → <span class="trac-field-new">Showstopper</span> </li> </ul> Ticket