Boost C++ Libraries: Ticket #4838: [variant][property_map] conflicting 'boost::get<>'s defined in multiple libraries https://svn.boost.org/trac10/ticket/4838 <p> The first compile error I get in the attached file is </p> <p> boost-test.cpp:12: instantiated from here /usr/include/boost/property_map/property_map.hpp:31: error: ‘int’ is not a class, struct, or union type </p> <p> but that get&lt;&gt; call is to the variant lib. </p> <p> Thanks. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4838 Trac 1.4.3 eherbst@… Thu, 11 Nov 2010 00:42:42 GMT attachment set https://svn.boost.org/trac10/ticket/4838 https://svn.boost.org/trac10/ticket/4838 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-test.cpp</span> </li> </ul> Ticket eherbst@… Thu, 11 Nov 2010 01:01:55 GMT <link>https://svn.boost.org/trac10/ticket/4838#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4838#comment:1</guid> <description> <p> For my immediate purposes I can work around this by including more specific header files than variant.hpp. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Jeremiah Willcock</dc:creator> <pubDate>Thu, 11 Nov 2010 05:28:25 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/4838#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4838#comment:2</guid> <description> <p> Do you have the full error message? There used to be issues like this in Boost, but I believe they have all been fixed in recent versions. If the error is about <code>two_bit_color_map</code>, in particular, that should be fixed. Would it be possible for you to try your code with a newer version of Boost? </p> </description> <category>Ticket</category> </item> <item> <author>eherbst@…</author> <pubDate>Thu, 11 Nov 2010 18:20:36 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/4838#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4838#comment:3</guid> <description> <p> Works with 1.44.0. Thanks! </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Jeremiah Willcock</dc:creator> <pubDate>Thu, 11 Nov 2010 18:51:04 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/4838#comment:4 https://svn.boost.org/trac10/ticket/4838#comment:4 <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">worksforme</span> </li> </ul> Ticket