<?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[Template - Problem]]></title><description><![CDATA[<pre><code class="language-cpp">inline std::back_insert_iterator&lt; list_type &gt; back_inserter() const
			{
				return std::back_inserter( m_ext_list );
			}
</code></pre>
<blockquote>
<p>Description Resource Path Location Type<br />
conversion from ‘std::back_insert_iterator&lt;const std::list&lt;std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt;, std::allocator&lt;std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; &gt; &gt; &gt;’ to non-scalar type ‘std::back_insert_iterator&lt;std::list&lt;std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt;, std::allocator&lt;std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; &gt; &gt; &gt;’ requested path_rules.hpp /wext/src/filesystem line 53 C/C++ Problem</p>
</blockquote>
<p>Wie kommt das const / nicht const Problem zustande?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/268777/template-problem</link><generator>RSS for Node</generator><lastBuildDate>Mon, 31 Aug 2026 15:12:51 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/268777.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 14 Jun 2010 12:29:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Template - Problem on Mon, 14 Jun 2010 12:29:22 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">inline std::back_insert_iterator&lt; list_type &gt; back_inserter() const
			{
				return std::back_inserter( m_ext_list );
			}
</code></pre>
<blockquote>
<p>Description Resource Path Location Type<br />
conversion from ‘std::back_insert_iterator&lt;const std::list&lt;std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt;, std::allocator&lt;std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; &gt; &gt; &gt;’ to non-scalar type ‘std::back_insert_iterator&lt;std::list&lt;std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt;, std::allocator&lt;std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; &gt; &gt; &gt;’ requested path_rules.hpp /wext/src/filesystem line 53 C/C++ Problem</p>
</blockquote>
<p>Wie kommt das const / nicht const Problem zustande?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1912113</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1912113</guid><dc:creator><![CDATA[110]]></dc:creator><pubDate>Mon, 14 Jun 2010 12:29:22 GMT</pubDate></item><item><title><![CDATA[Reply to Template - Problem on Mon, 14 Jun 2010 13:25:03 GMT]]></title><description><![CDATA[<p>push oO</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1912166</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1912166</guid><dc:creator><![CDATA[001]]></dc:creator><pubDate>Mon, 14 Jun 2010 13:25:03 GMT</pubDate></item><item><title><![CDATA[Reply to Template - Problem on Mon, 14 Jun 2010 13:32:49 GMT]]></title><description><![CDATA[<p>Sei nicht so ungeduldig, ist ja erst eine Stunde vorbei.<br />
Deine Methode <code>back_inserter</code> ist mit <code>const</code> gekennzeichnet, wodurch <code>this</code> auf ein konstantes Objekt verweist, wodurch <code>m_ext_list</code> , sofern dies ein Member darstellt, konstant ist.</p>
<p>Grüssli</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1912172</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1912172</guid><dc:creator><![CDATA[Dravere]]></dc:creator><pubDate>Mon, 14 Jun 2010 13:32:49 GMT</pubDate></item></channel></rss>