mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-21 22:04:06 -06:00
7 lines
168 B
Text
7 lines
168 B
Text
using Foo = String *;
|
|
|
|
template<class T>
|
|
using Vec = std::vector<T,My_alloc<T>> *;
|
|
|
|
template<class T>
|
|
using Vec = std::vector<T,My_alloc<T>> volatile * const;
|