2010-08-16 22:21:16 +02:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// 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()
|
|
|
|
{
|
2010-08-22 02:45:01 +02:00
|
|
|
}
|