//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // // template struct regex_traits; // template // char_class_type // lookup_classname(ForwardIterator first, ForwardIterator last, // bool icase = false) const; #include int main() { #error lookup_classname not implemented }