Boost C++ Libraries: Ticket #12648: Missing includes in boost/icl/left_open_interval.hpp https://svn.boost.org/trac10/ticket/12648 <p> This example does not compile </p> <pre class="wiki">#include &lt;boost/icl/left_open_interval.hpp&gt; int main(int argc, char** argv) { return 0; } </pre><p> compilation result: </p> <pre class="wiki">In file included from /usr/include/boost/config.hpp:61:0, from /usr/include/boost/concept/assert.hpp:7, from /usr/include/boost/icl/left_open_interval.hpp:12, from main.cpp:1: /usr/include/boost/icl/type_traits/rep_type_of.hpp:36:9: error: ‘is_same’ was not declared in this scope BOOST_STATIC_CONSTANT(bool, </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12648 Trac 1.4.3 Vincenzo Giovanni Comito <clynamen@…> Mon, 05 Dec 2016 15:03:53 GMT <link>https://svn.boost.org/trac10/ticket/12648#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12648#comment:1</guid> <description> <p> Adding </p> <pre class="wiki">#include &lt;boost/icl/interval.hpp&gt; </pre><p> make it work, but it should not be needed. </p> <p> Replying to <a class="new ticket" href="https://svn.boost.org/trac10/ticket/12648" title="#12648: Bugs: Missing includes in boost/icl/left_open_interval.hpp (new)">Vincenzo Giovanni Comito &lt;clynamen@…&gt;</a>: </p> <blockquote class="citation"> <p> This example does not compile </p> <pre class="wiki">#include &lt;boost/icl/left_open_interval.hpp&gt; int main(int argc, char** argv) { return 0; } </pre><p> compilation result: </p> <pre class="wiki">In file included from /usr/include/boost/config.hpp:61:0, from /usr/include/boost/concept/assert.hpp:7, from /usr/include/boost/icl/left_open_interval.hpp:12, from main.cpp:1: /usr/include/boost/icl/type_traits/rep_type_of.hpp:36:9: error: ‘is_same’ was not declared in this scope BOOST_STATIC_CONSTANT(bool, </pre></blockquote> </description> <category>Ticket</category> </item> <item> <author>Vincenzo Giovanni Comito <clynamen@…></author> <pubDate>Mon, 05 Dec 2016 15:06:01 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/12648#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12648#comment:2</guid> <description> <p> My compilers versions </p> <p> gcc (GCC) 6.2.1 20160830 Copyright (C) 2016 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. </p> <p> clang version 3.9.0 (tags/RELEASE_390/final) Target: x86_64-unknown-linux-gnu Thread model: posix <a class="missing wiki">InstalledDir</a>: /usr/bin </p> <p> both fail with boost 1.62 </p> <p> Replying to <a class="ticket" href="https://svn.boost.org/trac10/ticket/12648#comment:1" title="Comment 1">Vincenzo Giovanni Comito &lt;clynamen@…&gt;</a>: </p> <blockquote class="citation"> <p> Adding </p> <pre class="wiki">#include &lt;boost/icl/interval.hpp&gt; </pre><p> make it work, but it should not be needed. </p> <p> Replying to <a class="new ticket" href="https://svn.boost.org/trac10/ticket/12648" title="#12648: Bugs: Missing includes in boost/icl/left_open_interval.hpp (new)">Vincenzo Giovanni Comito &lt;clynamen@…&gt;</a>: </p> <blockquote class="citation"> <p> This example does not compile </p> <pre class="wiki">#include &lt;boost/icl/left_open_interval.hpp&gt; int main(int argc, char** argv) { return 0; } </pre><p> compilation result: </p> <pre class="wiki">In file included from /usr/include/boost/config.hpp:61:0, from /usr/include/boost/concept/assert.hpp:7, from /usr/include/boost/icl/left_open_interval.hpp:12, from main.cpp:1: /usr/include/boost/icl/type_traits/rep_type_of.hpp:36:9: error: ‘is_same’ was not declared in this scope BOOST_STATIC_CONSTANT(bool, </pre></blockquote> </blockquote> </description> <category>Ticket</category> </item> </channel> </rss>