cxx/test/re/re.iter/re.regiter/re.regiter.comp/tested_elsewhere.pass.cpp
Howard Hinnant bbd8086ee3 Fixing whitespace problems
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@111763 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-22 00:45:01 +00:00

20 lines
543 B
C++

//===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
// <regex>
// class regex_iterator<BidirectionalIterator, charT, traits>
// bool operator==(const regex_iterator& right) const;
// bool operator!=(const regex_iterator& right) const;
int main()
{
}