<div dir="ltr"><div class="gmail_extra">Well, I already have a 'new' source.<br>So, the same could be achieved by making clang forget about the old declaration.<br>Can I do that?<br><br>If clang already knows about:<br>

template<typename T=int> class Foo;<br><br>and I have a new source that is about to get parsed:<br><br>template<typename T=int> class Foo {</div><div class="gmail_extra">  //implementation</div><div class="gmail_extra">

}<br><br>Will it be possible to just 'erase' the old one?<br><br>Manasij Mukherjee</div></div>