diff options
Diffstat (limited to 'testing/067_using.cpp')
-rw-r--r-- | testing/067_using.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/testing/067_using.cpp b/testing/067_using.cpp deleted file mode 100644 index eb2f5cc..0000000 --- a/testing/067_using.cpp +++ /dev/null @@ -1,7 +0,0 @@ -// objective: test template parameters for a type alias -// check: 067__using_8cpp.xml - -/** \file */ - -/** @brief A vector */ -template<class T> using Vec = std::vector<T>; |