diff options
author | Howard Hinnant <hhinnant@apple.com> | 2010-06-29 18:37:43 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2010-06-29 18:37:43 +0000 |
commit | e5561b04e49023adbc330fbf3b1c94fd07deab92 (patch) | |
tree | e555b769199d656af3b98b4a20bfee289e73ad4c /libcxx/test/re/re.regex/re.regex.construct | |
parent | 99e13101b2bd7500919c368504c99dbd08b6a8e9 (diff) | |
download | bcm5719-llvm-e5561b04e49023adbc330fbf3b1c94fd07deab92.tar.gz bcm5719-llvm-e5561b04e49023adbc330fbf3b1c94fd07deab92.zip |
[re.submatch]
llvm-svn: 107187
Diffstat (limited to 'libcxx/test/re/re.regex/re.regex.construct')
-rw-r--r-- | libcxx/test/re/re.regex/re.regex.construct/ptr_flg.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/re/re.regex/re.regex.construct/ptr_flg.pass.cpp b/libcxx/test/re/re.regex/re.regex.construct/ptr_flg.pass.cpp index 060fb20edb4..f2d7c814307 100644 --- a/libcxx/test/re/re.regex/re.regex.construct/ptr_flg.pass.cpp +++ b/libcxx/test/re/re.regex/re.regex.construct/ptr_flg.pass.cpp @@ -13,6 +13,8 @@ // basic_regex(const charT* p, flag_type f = regex_constants::ECMAScript); +#include <iostream> + #include <regex> #include <cassert> |