I had the following code, which was basically,
class foo { public: void method(); }; void foo::foo::method() { }
I had accidentally adde
Comeau online accepts it without any hickups, so it's either valid or the second bug in como I have found in almost ten years.