Search:

Type: Posts; User: tlknv

Search: Search took 0.00 seconds.

  1. I got the answer at codeguru forum:...

    I got the answer at codeguru forum:
    C++0x-draft-n3092, 14.7.3.6
    If a template, a member template or the member of a class template is explicitly specialized then that
    specialization shall be...
  2. tabstop, thank you for the reply. To clarify...

    tabstop, thank you for the reply. To clarify "compilable":

    template<class T> void C<T>::f(){} is compilable(or rather compiler can generate a code whenever it needs) for any type T. This code is...
  3. explicit specialization of methods of a template class in several .so

    Hi All,
    I need a confirmation that what I do is perfectly correct and I need to learn documents that confirm that.
    I have a template class (
    template <class T> class C) which is defined in the...
  4. explicit specialization of methods of a template class in several .so

    Hi All,
    I need a confirmation that what I do is perfectly correct and I need to learn documents that confirm that.
    I have a template class (
    template <class T> class C) which is defined in the...
Results 1 to 4 of 4