aboutsummaryrefslogtreecommitdiff
// -*- C++ -*-
//  Boost general library 'format'   ---------------------------
//  See http://www.boost.org for updates, documentation, and revision history.

//  (C) Samuel Krempp 2001
//                  krempp@crans.ens-cachan.fr
//  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.

// ideas taken from Rüdiger Loos's format class
// and Karl Nelson's ofstream (also took its parsing code as basis for printf parsing)

// ------------------------------------------------------------------------------
// macros_default.hpp : configuration for the format library
//                       provides default values for the stl workaround macros
// ------------------------------------------------------------------------------

#ifndef BOOST_FORMAT_MACROS_DEFAULT_HPP
#define BOOST_FORMAT_MACROS_DEFAULT_HPP

// *** This should go to "boost/config/suffix.hpp".

#ifndef BOOST_IO_STD
#  define BOOST_IO_STD std::
#endif

// **** Workaround for io streams, stlport and msvc.
#ifdef BOOST_IO_NEEDS_USING_DECLARATION
namespace boost {
  using std::char_traits;
  using std::basic_ostream;
  using std::basic_ostringstream;
  namespace io {
    using std::basic_ostream;
    namespace detail {
      using std::basic_ios;
      using std::basic_ostream;
      using std::basic_ostringstream;
    }
  }
}
#endif

// ------------------------------------------------------------------------------

#endif // BOOST_FORMAT_MACROS_DEFAULT_HPP
l-crypto.scm?id=245a2555bcdd551cc6e0fe8fde6ccffa1248f741'>gnu: ghc-x509-store: Update to 1.6.6....Timothy Sample 2018-10-01gnu: ghc-x509: Update to 1.7.3....Timothy Sample 2018-10-01gnu: ghc-pem: Update to 0.2.4....Timothy Sample 2018-10-01gnu: ghc-cryptohash-sha1: Update Cabal file to r2....Timothy Sample 2018-10-01gnu: ghc-cryptohash-md5: Update Cabal file to r2....Timothy Sample 2018-10-01gnu: ghc-crypto-api: Update to 0.13.3....Timothy Sample 2018-10-01gnu: ghc-sha: Update to 1.6.4.4....Timothy Sample 2018-10-01gnu: ghc-entropy: Update to 0.4.1.1....Timothy Sample 2018-10-01gnu: ghc-mtl: Remove built-in Haskell package....Timothy Sample 2018-03-31gnu: Add ghc-cprng-aes....rsiddharth 2018-03-31gnu: Add ghc-crypto-random....rsiddharth 2018-03-31gnu: Add ghc-cipher-aes....rsiddharth 2018-03-31gnu: Add ghc-crypto-cipher-types....rsiddharth 2018-03-26gnu: ghc-cryptonite: Update to 0.25....Ricardo Wurmus 2018-03-20Correct name and Email for ng0....ng0 2018-02-13gnu: ghc-x509-system: Update to 1.6.4....Ricardo Wurmus 2018-02-13gnu: ghc-x509-validation: Update to 1.6.5....Ricardo Wurmus 2018-02-13gnu: ghc-x509-store: Update to 1.6.2....Ricardo Wurmus 2018-02-13gnu: ghc-x509: Update to 1.6.4....Ricardo Wurmus 2018-02-13gnu: ghc-cryptonite: Update to 0.20....Ricardo Wurmus 2017-12-01gnu: ghc-asn1-types: Update to 0.3.2....Tobias Geerinckx-Rice 2017-12-01gnu: ghc-asn1-encoding: Update to 0.9.5....Tobias Geerinckx-Rice 2017-11-13gnu: Move crypto packages from haskell to haskell-crypto....Ricardo Wurmus