Boost C++ Libraries: Ticket #9196: boost/archive/iterators/transform_width.hpp missing definition for std::min https://svn.boost.org/trac10/ticket/9196 <p> while compiling with VS 2013 RC, the following error occurs: </p> <p> boost/archive/iterators/transform_width.hpp(151) : error C2039: 'min' : is not a member of 'std' boost/archive/iterators/transform_width.hpp(134) : while compiling class template member function 'void </p> <p> boost::archive::iterators::transform_width&lt;boost::archive::iterators::binary_from_base64&lt;boost::archive::iterators::remove_whitespace&lt;boost::archive::iterators::istr </p> <p> eam_iterator&lt;<a class="missing wiki">CharType</a>&gt;&gt;,<a class="missing wiki">CharType</a>&gt;,8,6,<a class="missing wiki">CharType</a>&gt;::fill(void)' </p> <p> Fix: Add #include &lt;algorithm&gt; to the four files "libs\serialization\src\basic_text_*primitive.cpp" </p> <p> Is the fix for Ticket <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8757" title="#8757: Patches: Boost.Serialization lacks algorithm header include for std::min (closed: invalid)">#8757</a> incomplete? </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9196 Trac 1.4.3 Frank Heimes <drfghde10@…> Fri, 04 Oct 2013 19:54:08 GMT <link>https://svn.boost.org/trac10/ticket/9196#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9196#comment:1</guid> <description> <p> Mistyped my email address </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Sat, 05 Oct 2013 10:34:37 GMT</pubDate> <title>component changed; owner set https://svn.boost.org/trac10/ticket/9196#comment:2 https://svn.boost.org/trac10/ticket/9196#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">None</span> → <span class="trac-field-new">serialization</span> </li> </ul> Ticket Robert Ramey Sat, 26 Oct 2013 20:04:29 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/9196#comment:3 https://svn.boost.org/trac10/ticket/9196#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> added </p> <blockquote> <p> #include &lt;agorithm&gt; </p> </blockquote> <p> to transform_width.hpp </p> Ticket CyberTech Sat, 09 Nov 2013 01:01:42 GMT <link>https://svn.boost.org/trac10/ticket/9196#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9196#comment:4</guid> <description> <p> Just a reminder so this isn't missed, but since it's 13 days ago I was concerned; as of revision 86589 this fix has not been merged to branches/release. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Mon, 11 Nov 2013 18:32:23 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/9196#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9196#comment:5</guid> <description> <p> Please merge to release branch, I can't compile my app against 1.54 without it! </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Tue, 19 Nov 2013 13:23:43 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/9196#comment:6 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9196#comment:6</guid> <description> <p> version 1.55 still have this issuse </p> </description> <category>Ticket</category> </item> <item> <author>mjklaim@…</author> <pubDate>Thu, 20 Mar 2014 22:20:06 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/9196#comment:7 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9196#comment:7</guid> <description> <p> I just compiled 1.55 with VS2013 release (no update) and indeed it is still a problem. </p> </description> <category>Ticket</category> </item> <item> <author>rhylton@…</author> <pubDate>Sat, 29 Mar 2014 20:36:07 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/9196#comment:8 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9196#comment:8</guid> <description> <p> Replying to <a class="ticket" href="https://svn.boost.org/trac10/ticket/9196#comment:3" title="Comment 3">ramey</a>: </p> <blockquote class="citation"> <p> added </p> <blockquote> <p> #include &lt;agorithm&gt; </p> </blockquote> <p> to transform_width.hpp </p> </blockquote> <p> I presume you actually added #include &lt;algorithm&gt; (with the l). But it's not in the current download. </p> </description> <category>Ticket</category> </item> </channel> </rss>