<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[regexe_split.hpp]]></title><description><![CDATA[<p>Bekomme immer wieder bei der Datei in</p>
<pre><code class="language-cpp">re_detail::split_pred&lt;OutputIterator, charT, Traits1, Alloc1&gt; pred(&amp;last, &amp;out, &amp;max_split);
</code></pre>
<p>Kommt die Meldung:</p>
<blockquote>
<p>Interner Compilerfehler...</p>
</blockquote>
<p>Was kann ich da tun um das Probelem weg zu bekommen.<br />
Ich muss immer manuel vorne enter drücken oder etwas löschen dann geht die Meldung weg, aber auf dauer ist das nervig.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/196047/regexe_split-hpp</link><generator>RSS for Node</generator><lastBuildDate>Tue, 18 Aug 2026 11:27:09 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/196047.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 24 Oct 2007 20:59:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to regexe_split.hpp on Wed, 24 Oct 2007 21:19:21 GMT]]></title><description><![CDATA[<p>Bekomme immer wieder bei der Datei in</p>
<pre><code class="language-cpp">re_detail::split_pred&lt;OutputIterator, charT, Traits1, Alloc1&gt; pred(&amp;last, &amp;out, &amp;max_split);
</code></pre>
<p>Kommt die Meldung:</p>
<blockquote>
<p>Interner Compilerfehler...</p>
</blockquote>
<p>Was kann ich da tun um das Probelem weg zu bekommen.<br />
Ich muss immer manuel vorne enter drücken oder etwas löschen dann geht die Meldung weg, aber auf dauer ist das nervig.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1391529</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1391529</guid><dc:creator><![CDATA[titanium]]></dc:creator><pubDate>Wed, 24 Oct 2007 21:19:21 GMT</pubDate></item><item><title><![CDATA[Reply to regexe_split.hpp on Thu, 25 Oct 2007 11:17:25 GMT]]></title><description><![CDATA[<p>Das einzige, was du tun kannst, ist, dich bei Borland zu beschweren -)<br />
Als Alternative besorg dir einen neueren Compiler. Welche BCB-Version benutzt du denn (d.h. welche bcc32.exe)?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1391769</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1391769</guid><dc:creator><![CDATA[Th]]></dc:creator><pubDate>Thu, 25 Oct 2007 11:17:25 GMT</pubDate></item><item><title><![CDATA[Reply to regexe_split.hpp on Thu, 25 Oct 2007 11:19:57 GMT]]></title><description><![CDATA[<p>Zeig doch mal einen Minimalcode, der diesen Fehler produziert.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1391771</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1391771</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Thu, 25 Oct 2007 11:19:57 GMT</pubDate></item><item><title><![CDATA[Reply to regexe_split.hpp on Thu, 25 Oct 2007 18:34:24 GMT]]></title><description><![CDATA[<p>Sorry.<br />
Ich benutze Borland Developer Studio 2006.<br />
Sorry minimal code ist gut, das hat ja garnicht mit mein Code zu tun.<br />
regex etc.. kann man sich runter laden.<br />
Aber das Problem ist nur beim komplilieren.<br />
Sonst in mein Programm kein einziger Fehler.<br />
Es kommt einmal einmal nicht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1392086</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1392086</guid><dc:creator><![CDATA[titanium]]></dc:creator><pubDate>Thu, 25 Oct 2007 18:34:24 GMT</pubDate></item><item><title><![CDATA[Reply to regexe_split.hpp on Fri, 26 Oct 2007 07:33:01 GMT]]></title><description><![CDATA[<p>Ich meinte nicht regex damit. Das habe ich selbst. Ich meinte eher bei welchen Funktionen kommt es zu diesem Fehler. Der kommt doch bestimmt nicht gleich wenn regex.hpp inkludiert wird.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1392300</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1392300</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Fri, 26 Oct 2007 07:33:01 GMT</pubDate></item><item><title><![CDATA[Reply to regexe_split.hpp on Fri, 26 Oct 2007 23:31:01 GMT]]></title><description><![CDATA[<p>Also<br />
wenn ich diesen Code ausführe:</p>
<pre><code class="language-cpp">....
 string s = text_link;
 deque&lt;string&gt; result;

 regex_split(std::back_inserter(result),s,e);

 while(result.size())
	  {
		 s = *(result.begin());
		 result.pop_front();
		 Form1-&gt;Edit15-&gt;Text = s.c_str();
	  }
</code></pre>
<p>bis da alles ok.<br />
Dann wenn ich das Program neu komplilieren will (zweite mal), dann kommt die ganz obere Fehlermeldung.<br />
???</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1392808</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1392808</guid><dc:creator><![CDATA[titanium]]></dc:creator><pubDate>Fri, 26 Oct 2007 23:31:01 GMT</pubDate></item></channel></rss>