Boost C++ Libraries: Ticket #9085: Duplication of BOOST_STRONG_TYPEDEF in "boost/strong_typedef.hpp" "boost/serialization/strong_typedef.hpp" leads to compile error https://svn.boost.org/trac10/ticket/9085 <p> If a file (indirectly) includes the two header files, the compilation fails. For example one cannot include "boost/strong_typedef.hpp" and "boost/graph/adjacency_list.hpp" in one file. </p> <p> An appropriate solution would be to place a forwarding include in one of the headers directing to the other. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9085 Trac 1.4.3 KaiSt <k.stuhlemmer@…> Fri, 06 Sep 2013 13:14:01 GMT attachment set https://svn.boost.org/trac10/ticket/9085 https://svn.boost.org/trac10/ticket/9085 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">strong_typedef.hpp.patch</span> </li> </ul> <p> a possible solution </p> Ticket viboes Sat, 07 Sep 2013 17:40:55 GMT component changed; owner set https://svn.boost.org/trac10/ticket/9085#comment:1 https://svn.boost.org/trac10/ticket/9085#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Robert Ramey</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">serialization</span> </li> </ul> Ticket Robert Ramey Tue, 01 Oct 2013 12:54:06 GMT <link>https://svn.boost.org/trac10/ticket/9085#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9085#comment:2</guid> <description> <p> actually, boost/strong_typedef.hpp should be removed since it was only in there for backwards compatibility. I'll get to that soon. </p> <p> Robert Ramey </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Robert Ramey</dc:creator> <pubDate>Mon, 25 May 2015 13:55:01 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/9085#comment:3 https://svn.boost.org/trac10/ticket/9085#comment:3 <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> boost/strong_typedef.hpp has now been removed </p> Ticket