// -*- 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 #include #include #include #if HAVE_LOCALE #include #else #define BOOST_NO_STD_LOCALE #define BOOST_NO_LOCALE_ISIDIGIT #include #endif #include // **** Forward declarations ---------------------------------- #include // basic_format, and other frontends #include // misc forward declarations for internal use // **** Auxiliary structs (stream_format_state , and format_item ) #include // **** Format class interface -------------------------------- #include // **** Exceptions ----------------------------------------------- #include // **** Implementation ------------------------------------------- //#include // member functions #include // class for grouping arguments #include // argument-feeding functions //#include // format-string parsing (member-)functions // **** Implementation of the free functions ---------------------- //#include #endif // BOOST_FORMAT_HPP >
AgeCommit message (Expand)Author
2023-10-20.dir-locals.el: Adjust indentation rule for ‘test-assertm’....Ludovic Courtès
2023-09-17.dir-locals.el: Update bug-reference configuration and document it....Maxim Cournoyer
2023-09-06.dir-locals: Streamline Geiser configuration....Maxim Cournoyer
2023-06-04records: Add MATCH-RECORD-LAMBDA....(unmatched-parenthesis ew syntax
2023-06-04dir-locals: Fix MATCH-RECORD indentation....(unmatched-parenthesis d
2023-03-17Revert gexp->derivation and computed-file indentation rules....Maxim Cournoyer
2023-03-05.dir-locals.el: Allow Guix root-dir overrides when working via Tramp....Brian Cully
2023-02-19.dir-locals: Add let-keywords indentation rules....Maxim Cournoyer
2023-02-02.dir-locals.el: Adjust indentation rule for test-assertm....Maxim Cournoyer
2023-02-02.dir-locals.el: Add indentation rule for computed-file....Maxim Cournoyer
2022-09-07.dir-locals.el: Update yas snippets directory....Andrew Tropin
2022-09-05.dir-locals.el: Add .go to completion-ignored-extensions....Andrew Tropin
2022-09-05.dir-locals.el: Add guix yasnippets....Andrew Tropin
2022-07-10monads: Add 'mparameterize'....Ludovic Courtès
2022-07-10.dir-locals.el: Restore Emacs 27 lisp-fill-paragraph behavior....Maxim Cournoyer
2022-06-28.dir-locals.el: Properly indent 'wrap-script'....Maxim Cournoyer