aboutsummaryrefslogtreecommitdiff
path: root/nix/boost/format.hpp
blob: f965f0f33e9a0713563313efda9eafcc1983d96c (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
// -*- 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

// ----------------------------------------------------------------------------
// format.hpp :  primary header
// ----------------------------------------------------------------------------

#ifndef BOOST_FORMAT_HPP
#define BOOST_FORMAT_HPP

#include <vector>
#include <string>
#include <sstream>
#include <cassert>

#if HAVE_LOCALE
#include <locale>
#else
#define BOOST_NO_STD_LOCALE
#define BOOST_NO_LOCALE_ISIDIGIT
#include <cctype>
#endif

#include <boost/format/macros_default.hpp>


// ****  Forward declarations ----------------------------------
#include <boost/format/format_fwd.hpp>           // basic_format<Ch,Tr>, and other frontends
#include <boost/format/internals_fwd.hpp>        // misc forward declarations for internal use


// ****  Auxiliary structs (stream_format_state<Ch,Tr> , and format_item<Ch,Tr> )
#include <boost/format/internals.hpp>    

// ****  Format  class  interface --------------------------------
#include <boost/format/format_class.hpp>

// **** Exceptions -----------------------------------------------
#include <boost/format/exceptions.hpp>

// **** Implementation -------------------------------------------
//#include <boost/format/format_implementation.hpp>   // member functions

#include <boost/format/group.hpp>                   // class for grouping arguments

#include <boost/format/feed_args.hpp>               // argument-feeding functions
//#include <boost/format/parsing.hpp>                 // format-string parsing (member-)functions

// **** Implementation of the free functions ----------------------
//#include <boost/format/free_funcs.hpp>


#endif // BOOST_FORMAT_HPP
ae77ef8f8e98c5b47f'>gnu: php: Update to 7.4.18....* gnu/packages/php.scm (php): Update to 7.4.18. [arguments]: Delete yet another failing test (proc_nice_basic). Tobias Geerinckx-Rice 2021-03-05gnu: php: Update to 7.4.16 [security fixes]....* gnu/packages/php.scm (php): Update to 7.4.16. [arguments]: Patch failing new test. Tobias Geerinckx-Rice 2021-02-26gnu: php: Disable failing test on Arm....* gnu/packages/php.scm (php): Disable timing sensitive failing test on Arm. Julien Lepiller 2021-02-09gnu: php: Disable failing tests on arm....* gnu/packages/php.scm (arguments)[phases]: Disable additional failing tests on arm. Julien Lepiller 2021-02-08gnu: php: Update to 7.4.15....* gnu/packages/php.scm (php): Update to 7.4.15. Julien Lepiller 2021-01-07gnu: php: Update to 7.4.14....* gnu/packages/php.scm (php): Update to 7.4.14. Julien Lepiller 2020-11-26gnu: php: Update to 7.4.13....* gnu/packages/php.scm (php): Update to 7.4.13. Tobias Geerinckx-Rice 2020-11-05gnu: php: Move a test disablement....* gnu/packages/php.scm (php)[arguments]: Disable bug73837.phpt under a more appropriate comment section. Tobias Geerinckx-Rice 2020-10-30gnu: php: Update to 7.4.12 [security fixes]....* gnu/packages/php.scm (php): Update to 7.4.12. [arguments]: Disable two more failing tests. Tobias Geerinckx-Rice 2020-10-01gnu: php: Update to 7.4.11....* gnu/packages/php.scm (php): Update to 7.4.11. Tobias Geerinckx-Rice 2020-09-21gnu: php: Disable unreliable test....* gnu/packages/php.scm (php)[arguments]: Delete bug73837.phpt. Tobias Geerinckx-Rice 2020-09-04gnu: php: Update to 7.4.10....* gnu/packages/php.scm (php): Update to 7.4.10. Tobias Geerinckx-Rice 2020-08-13gnu: php: Update to 7.4.9....* gnu/packages/php.scm (php): Update to 7.4.9. Tobias Geerinckx-Rice 2020-07-11gnu: php: Update to 7.4.8....* gnu/packages/php.scm (php): Update to 7.4.8. Tobias Geerinckx-Rice