Re: Q about g++-3 and template instantiation

2001-05-03 Thread Dan E. Kelley
osort_loop(double *, double *, double *, int)' /usr/include/g++-3/stl_alloc.h(.void gnu.linkonce.t.sort(double *, double *)+0x5d): undefined reference to `void __final_insertion_sort(double *, double *)' -- Dan E. Kelley phone:(902)494-16

Re: Q about g++-3 and template instantiation

2001-05-03 Thread Dan E. Kelley
gt; function? (I hope I chosed right English words). Specialization of > template function is no longer template - it is function. So you > should not use 'template' keyword. Just remove it. > > -- Dan E. Kelley phone:(902)494-1694 Oceanograp

Q about g++-3 and template instantiation

2001-05-03 Thread Dan E. Kelley
ut for which g++-3 yields the error messages: test-template.cc:4: non-template used as template test-template.cc:6: non-template used as template QUESTION: am I doing something wrong? Dan E. Kelley phone:(902)494-1694 Oceanography Department, Dalhousie