93ce42bdc3
GetPartiallyDesaguredType now desugar template alias but does not yet properly propagate the opaque typedef and thus: template <typename T> using myvector = std::vector<T>; myvector<Double32_t> vd32d; template<class T> using ptr = T*; ptr<Double32_t> p3; Both currently result in the Double32_t being ignored. |
||
---|---|---|
.. | ||
AST.cpp | ||
CMakeLists.txt | ||
Makefile |