From 3d87b69f7de65596854696d2d64781fcc080c34d Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Thu, 12 Aug 2010 21:14:20 +0000 Subject: Filling out regex tests... llvm-svn: 110955 --- .../test/re/re.syn/wsregex_token_iterator.pass.cpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 libcxx/test/re/re.syn/wsregex_token_iterator.pass.cpp (limited to 'libcxx/test/re/re.syn/wsregex_token_iterator.pass.cpp') diff --git a/libcxx/test/re/re.syn/wsregex_token_iterator.pass.cpp b/libcxx/test/re/re.syn/wsregex_token_iterator.pass.cpp new file mode 100644 index 00000000000..3691cdb0674 --- /dev/null +++ b/libcxx/test/re/re.syn/wsregex_token_iterator.pass.cpp @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// + +// typedef regex_token_iterator wsregex_token_iterator; + +#include +#include + +int main() +{ + static_assert((std::is_same, std::wsregex_token_iterator>::value), ""); +} -- cgit v1.2.3