我想使用 VC++ 11.0编译FLENS 。但是我遇到了一个不寻常的语法错误。``类型名... ''是什么意思?
template <typename... Args>
struct Promotion
{
};
这在 g++ 中正常吗?
请看一下 http://www.mathematik.uni-ulm.de/~lehn/FLENS/flens/auxiliary/promotion.h.html
我想使用 VC++ 11.0编译FLENS 。但是我遇到了一个不寻常的语法错误。``类型名... ''是什么意思?
template <typename... Args>
struct Promotion
{
};
这在 g++ 中正常吗?
请看一下 http://www.mathematik.uni-ulm.de/~lehn/FLENS/flens/auxiliary/promotion.h.html