<div>Could someone comment on bug 7035.  Is it a legitimate problem?:</div>
<div> </div>
<div>namespace A {<br>    void f();<br>}<br>extern void A::f();<br><br>clang -cc1 extqual.cpp<br>extqual.cpp:4:16: error: out-of-line declaration of a member must be a<br>definition<br>extern void A::f();<br>            ~~~^<br>
<br>This compiles in gcc.  It appears gcc allows a lot of things I wouldn't expect.<br clear="all"><br>-- <br>John Thompson<br><a href="mailto:John.Thompson.JTSoftware@gmail.com">John.Thompson.JTSoftware@gmail.com</a><br>
<br></div>