Blame tests/upstream-test-suite/072_using.cpp
|
Than Ngo |
b7bcaa |
// objective: test template parameters for a type alias
|
|
Than Ngo |
b7bcaa |
// check: 072__using_8cpp.xml
|
|
Than Ngo |
b7bcaa |
|
|
Than Ngo |
b7bcaa |
/** \file */
|
|
Than Ngo |
b7bcaa |
|
|
Than Ngo |
b7bcaa |
/** @brief A vector */
|
|
Than Ngo |
b7bcaa |
template<class T> using Vec = std::vector<T>;
|