CppAst.NET icon indicating copy to clipboard operation
CppAst.NET copied to clipboard

System.NotImplementedException Template specialization class parsing error

Open bizehao opened this issue 1 year ago • 0 comments

template <> struct abi<std::chrono::duration<long long>>
{
        using type = int64_t;
};

This form of type will resolve errors

bizehao avatar Jan 18 '24 06:01 bizehao