<?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[boost:regex nicht mehr als zwei static assign gleichzeitig möglich?]]></title><description><![CDATA[<p>Hi,<br />
Ich möchte mit regex von Boost strings auseinander parsen.<br />
Nun wollte ich einen 3. regex hinzufügen, wodurch zur Laufzeit beim dem 3. assign folgender Fehler auftritt:</p>
<pre><code>Unhandled exception at 0x758cb727 in regex.exe: Microsoft C++ exception: boost::exception_detail::clone_impl&lt;boost::exception_detail::error_info_injector&lt;boost::regex_error&gt; &gt; at memory location 0x0030efd4..
</code></pre>
<p>Bei folgendem Code:</p>
<pre><code class="language-cpp">deklarieren:
static boost::regex mrPacketType;
static boost::regex mrAdminSendType;
static boost::regex mrAdminSendTypeData;

Intitalisieren:
boost::regex Regexh::Type;
boost::regex Regexh::Type2;
boost::regex Regexh::Type3;

assign:
Type.assign(&quot;abc&quot;);
Type2.assign(&quot;def&quot;);
Type3.assign(&quot;asd&quot;);//Hier tritt zur Laufzeit der Fehler auf
</code></pre>
<p>kann mir da wer weiter helfen?</p>
<p>mfg<br />
gandime</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/265133/boost-regex-nicht-mehr-als-zwei-static-assign-gleichzeitig-möglich</link><generator>RSS for Node</generator><lastBuildDate>Fri, 04 Sep 2026 07:49:21 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/265133.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 18 Apr 2010 19:58:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to boost:regex nicht mehr als zwei static assign gleichzeitig möglich? on Wed, 21 Apr 2010 09:18:11 GMT]]></title><description><![CDATA[<p>Hi,<br />
Ich möchte mit regex von Boost strings auseinander parsen.<br />
Nun wollte ich einen 3. regex hinzufügen, wodurch zur Laufzeit beim dem 3. assign folgender Fehler auftritt:</p>
<pre><code>Unhandled exception at 0x758cb727 in regex.exe: Microsoft C++ exception: boost::exception_detail::clone_impl&lt;boost::exception_detail::error_info_injector&lt;boost::regex_error&gt; &gt; at memory location 0x0030efd4..
</code></pre>
<p>Bei folgendem Code:</p>
<pre><code class="language-cpp">deklarieren:
static boost::regex mrPacketType;
static boost::regex mrAdminSendType;
static boost::regex mrAdminSendTypeData;

Intitalisieren:
boost::regex Regexh::Type;
boost::regex Regexh::Type2;
boost::regex Regexh::Type3;

assign:
Type.assign(&quot;abc&quot;);
Type2.assign(&quot;def&quot;);
Type3.assign(&quot;asd&quot;);//Hier tritt zur Laufzeit der Fehler auf
</code></pre>
<p>kann mir da wer weiter helfen?</p>
<p>mfg<br />
gandime</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1884780</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1884780</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Wed, 21 Apr 2010 09:18:11 GMT</pubDate></item></channel></rss>