]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/format.hpp
Also display the info about BibTeX databases in the TeX info panel.
[lyx.git] / boost / boost / format.hpp
index 3736181fd30a372682e1569650f75a245b4dc370..73464a819f8fe896da4adfd1b75540488b2841cd 100644 (file)
@@ -1,16 +1,14 @@
-// -*- C++ -*-
-//  Boost general library 'format'   ---------------------------
-//  See http://www.boost.org for updates, documentation, and revision history.
+// ----------------------------------------------------------------------------
+// format.hpp :  primary header
+// ----------------------------------------------------------------------------
 
-//  (C) Samuel Krempp 2001
-//  Permission to copy, use, modify, sell and
-//  distribute this software is granted provided this copyright notice appears
-//  in all copies. This software is provided "as is" without express or implied
-//  warranty, and with no claim as to its suitability for any purpose.
+//  Copyright Samuel Krempp 2003. 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)
+
+//  See http://www.boost.org/libs/format for library home page
 
 
-// ----------------------------------------------------------------------------
-// format.hpp :  primary header
 // ----------------------------------------------------------------------------
 
 #ifndef BOOST_FORMAT_HPP
 #include <vector>
 #include <string>
 #include <boost/detail/workaround.hpp>
-#include <boost/format/detail/config_macros.hpp>
+#include <boost/config.hpp>
 
 #ifndef BOOST_NO_STD_LOCALE
 #include <locale>
 #endif
 
+// ***   Compatibility framework
+#include <boost/format/detail/compat_workarounds.hpp>
+
 #ifdef BOOST_NO_LOCALE_ISIDIGIT
 #include <cctype>  // we'll use the non-locale  <cctype>'s std::isdigit(int)
 #endif