Boost C++ Libraries: Ticket #9187: basic_text_oprimitive.ipp: Solaris Studio using apache stl: need to include <algorithm> https://svn.boost.org/trac10/ticket/9187 <p> I'm building in Solaris against boost 1.54 (with a few modifications needed to get a number of things to build). </p> <p> The error I get is "copy is not a member of std" when building boost/archive/impl/basic_text_oprimitive.ipp. </p> <p> Adding an "#include &lt;algorithm&gt;" to that file eliminates the build error. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9187 Trac 1.4.3 Brian Vandenberg <phantall+boost@…> Tue, 01 Oct 2013 22:17:54 GMT <link>https://svn.boost.org/trac10/ticket/9187#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9187#comment:1</guid> <description> <p> I forgot to mention, the same sort of thing happens in boost/archive/iterators/transform_width.hpp, though it complains about the use of std::min as opposed to std::copy. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Tue, 08 Oct 2013 17:13:48 GMT</pubDate> <title>component changed; owner set https://svn.boost.org/trac10/ticket/9187#comment:2 https://svn.boost.org/trac10/ticket/9187#comment:2 <ul> <li><strong>owner</strong> set to <span class="trac-author">Robert Ramey</span> </li> <li><strong>component</strong> <span class="trac-field-old">Building Boost</span> → <span class="trac-field-new">serialization</span> </li> </ul> Ticket Robert Ramey Tue, 08 Oct 2013 17:42:37 GMT <link>https://svn.boost.org/trac10/ticket/9187#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9187#comment:3</guid> <description> <p> Hmm - on which line to you get this error? I don't find any call to std::copy in the code. I'm guessing this might be coming from some include file. In that case, THAT include file should include the &lt;algorithm header&gt; </p> <p> This is separate from the min issue in transform_width which is a little more subtle. </p> </description> <category>Ticket</category> </item> <item> <author>Brian Vandenberg <phantall+boost@…></author> <pubDate>Wed, 09 Oct 2013 21:57:35 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/9187#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9187#comment:4</guid> <description> <p> Here's where I'm seeing them both: </p> <p> boost/archive/impl/basic_text_oprimitive.ipp:60 boost/archive/iterators/transform_width.hpp:151 </p> <p> -Brian </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Robert Ramey</dc:creator> <pubDate>Sat, 26 Oct 2013 20:12:00 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/9187#comment:5 https://svn.boost.org/trac10/ticket/9187#comment:5 <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> Ticket