Transforming a parameterization by two classes to a parameterization by one class

后端 未结 3 2125
感情败类
感情败类 2021-01-22 14:33

The following code has a little bit of unpleasantness.

#include 

template struct PA1 {}; template struct QA1          


        
3条回答
  •  Happy的楠姐
    2021-01-22 15:07

    C++0x will have template aliases

    Oh and to track when it comes to GNU C++: http://gcc.gnu.org/projects/cxx0x.html

提交回复
热议问题