<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 12: use of std::remove(), should be remove()</title><link href="https://sourceforge.net/p/pdf2xml/support-requests/12/" rel="alternate"/><link href="https://sourceforge.net/p/pdf2xml/support-requests/12/feed.atom" rel="self"/><id>https://sourceforge.net/p/pdf2xml/support-requests/12/</id><updated>2013-11-27T03:21:41.178000Z</updated><subtitle>Recent changes to 12: use of std::remove(), should be remove()</subtitle><entry><title>use of std::remove(), should be remove()</title><link href="https://sourceforge.net/p/pdf2xml/support-requests/12/" rel="alternate"/><published>2013-11-27T03:21:41.178000Z</published><updated>2013-11-27T03:21:41.178000Z</updated><author><name>realazthat</name><uri>https://sourceforge.net/u/realazthat/</uri></author><id>https://sourceforge.net53ff1b09ec0e5b12988f5bda0f3cdd043afdba16</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In pdftoxml.cc, std::remove() is used, it should be remove().&lt;/p&gt;
&lt;p&gt;See &lt;a class="" href="http://www.cplusplus.com/reference/algorithm/remove/" rel="nofollow"&gt;std::remove()&lt;/a&gt; and &lt;a class="" href="http://www.cplusplus.com/reference/cstdio/remove/" rel="nofollow"&gt;remove()&lt;/a&gt;. Gives an error for gcc (GCC) 4.6.1.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>