2010-08-16 22:21:16 +02:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// The LLVM Compiler Infrastructure
|
|
|
|
//
|
2010-11-16 23:09:02 +01:00
|
|
|
// This file is dual licensed under the MIT and the University of Illinois Open
|
|
|
|
// Source Licenses. See LICENSE.TXT for details.
|
2010-08-16 22:21:16 +02:00
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
|
|
// <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
|
|
|
}
|