]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/regex.h
Boost 1.31.0
[lyx.git] / boost / boost / regex.h
index 79af8ba852dcfeeffc99d7473e79a59f507d3e93..fabf0804668e870eff2b9cd5c6cfaa76c165bf0d 100644 (file)
@@ -3,20 +3,16 @@
  * Copyright (c) 1998-2000
  * Dr John Maddock
  *
- * Permission to use, copy, modify, distribute and sell this software
- * and its documentation for any purpose is hereby granted without fee,
- * provided that the above copyright notice appear in all copies and
- * that both that copyright notice and this permission notice appear
- * in supporting documentation.  Dr John Maddock makes no representations
- * about the suitability of this software for any purpose.  
- * It is provided "as is" without express or implied warranty.
+ * Use, modification and distribution are subject to the 
+ * Boost Software License, Version 1.0. (See accompanying file 
+ * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  *
  */
  
  /*
-  *   LOCATION:    see http://www.boost.org for most recent version.
+  *   LOCATION:    see http://www.boost.org/libs/regex for documentation.
   *   FILE         regex.h
-  *   VERSION      3.03
+  *   VERSION      3.12
   *   DESCRIPTION: Declares POSIX API functions
   */
 
@@ -65,7 +61,7 @@ using boost::regerrorA;
 using boost::regexecA;
 using boost::regfreeA;
 
-#ifndef BOOST_RE_NO_WCSTRING
+#ifndef BOOST_NO_WREGEX
 using boost::regcompW;
 using boost::regerrorW;
 using boost::regexecW;
@@ -100,3 +96,5 @@ using boost::reg_errcode_t;
 #endif // BOOST_RE_REGEX_H
 
 
+
+