Home | History | Annotate | Download | only in re.regiter.comp
      1 //===----------------------------------------------------------------------===//
      2 //
      3 //                     The LLVM Compiler Infrastructure
      4 //
      5 // This file is dual licensed under the MIT and the University of Illinois Open
      6 // Source Licenses. See LICENSE.TXT for details.
      7 //
      8 //===----------------------------------------------------------------------===//
      9 
     10 // <regex>
     11 
     12 // class regex_iterator<BidirectionalIterator, charT, traits>
     13 
     14 // bool operator==(const regex_iterator& right) const;
     15 // bool operator!=(const regex_iterator& right) const;
     16 
     17 int main()
     18 {
     19 }
     20