Boost C++ Libraries: Ticket #13345: Possible misses of comma operator https://svn.boost.org/trac10/ticket/13345 <p> When compiling my project with boost 1.65.1 i got the warning: "Possible misses of comma operator here" for a few files. Please use brackets to avoid the warning. </p> <p> file/linenumber </p> <p> array.hpp/186 </p> <p> feed_args.hpp/56 </p> <p> os_file_functions.hpp/546 </p> <p> macOS: 10.13.2 Xcode: 9.2 (9C40b) </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13345 Trac 1.4.3 anonymous Sun, 17 Dec 2017 14:10:13 GMT severity changed https://svn.boost.org/trac10/ticket/13345#comment:1 https://svn.boost.org/trac10/ticket/13345#comment:1 <ul> <li><strong>severity</strong> <span class="trac-field-old">Problem</span> → <span class="trac-field-new">Cosmetic</span> </li> </ul> Ticket John Maddock Thu, 10 May 2018 11:13:52 GMT component changed; owner set https://svn.boost.org/trac10/ticket/13345#comment:2 https://svn.boost.org/trac10/ticket/13345#comment:2 <ul> <li><strong>owner</strong> set to <span class="trac-author">Marshall Clow</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">array</span> </li> </ul> <p> Not sure if this is the right library... </p> Ticket Marshall Clow Thu, 10 May 2018 13:08:35 GMT <link>https://svn.boost.org/trac10/ticket/13345#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/13345#comment:3</guid> <description> <p> The one in array is not a bug. However, I will look into silencing the warning. </p> <p> The one in format/feed_args.hpp, looks odd, but harmless. </p> <p> The one in interprocess/detail/os_file_functions.hpp (repeated 4x) is also odd, but correct as far as I can tell. </p> </description> <category>Ticket</category> </item> <item> <author>dev@…</author> <pubDate>Thu, 10 May 2018 19:56:17 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/13345#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/13345#comment:4</guid> <description> <p> No one of them is a bug. I only get compiler warnings from Xcode because of missing brackets. Adding the the brackets, will avoid these warnings. </p> <p> thx </p> </description> <category>Ticket</category> </item> </channel> </rss>