Boost C++ Libraries: Ticket #8793: Non-portable syntax https://svn.boost.org/trac10/ticket/8793 <p> In the file boost/interprocess/errors.hpp, some compilers do not like the following syntax (see highlighted line): </p> <p> enum error_code_t { </p> <blockquote> <p> no_error = 0, system_error, <em> system generated error; if possible, is translated </em></p> <blockquote> <p> <em> to one of the more specific errors below. </em></p> </blockquote> <p> other_error, <em> library generated error security_error, </em> includes access rights, permissions failures read_only_error, io_error, path_error, not_found_error, </p> </blockquote> <p> <em> not_directory_error, </em></p> <blockquote> <p> busy_error, <em> implies trying again might succeed already_exists_error, not_empty_error, is_directory_error, out_of_space_error, out_of_memory_error, out_of_resource_error, lock_error, sem_error, mode_error, size_error, corrupted_error, not_such_file_or_directory, invalid_argument, timeout_when_locking_error, timeout_when_waiting_error, &lt;&lt;&lt; some compilers don't like this </em></p> </blockquote> <p> }; </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8793 Trac 1.4.3 lcarreon@… Mon, 08 Jul 2013 00:48:07 GMT <link>https://svn.boost.org/trac10/ticket/8793#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8793#comment:1</guid> <description> <p> The actual line I'm trying to highlight is not so obvious because of the reformatting that was done. The actual line in question is line <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/117" title="#117: Bugs: GCC fails w/lagged_fibonacci (closed: Rejected)">#117</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Ion Gaztañaga</dc:creator> <pubDate>Tue, 09 Jul 2013 21:21:01 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/8793#comment:2 https://svn.boost.org/trac10/ticket/8793#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/84993" title="Fixes #8793">[84993]</a>) Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8793" title="#8793: Bugs: Non-portable syntax (closed: fixed)">#8793</a> </p> Ticket