// -*- 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 ass='left'>AgeCommit message (Expand)Author 2023-08-16Update email addresses for Juliana Sims....Juliana Sims 2022-01-11Update mailmap....Leo Famulari 2021-11-06Update mailmap and copyright assignments for Liliana Marie Prikler....Liliana Marie Prikler 2021-09-06Update mailmap....Liliana Marie Prikler 2021-09-04Update mailmap....Marius Bakke 2021-07-27Update mailmap....Leo Famulari 2021-07-08mailmap: Update entries for Matthew James Kraai....Matthew James Kraai 2021-06-23gnu: Add Sollya....Eric Bavier 2021-04-21Update email address for Kei....Kei Kebreau 2020-05-15mailmap: Update for self....Mathieu Othacehe 2020-05-13mailmap: Update entries for Nikita....nikita 2020-03-28Update email address and Savannah handle for Amin Bandali....Amin Bandali 2020-02-09Update e-mail address for Jakob L. Kreuze....Tobias Geerinckx-Rice 2020-01-17Update email address for Amin Bandali....Amin Bandali 2019-12-19Update email for Brett Gilio....Brett Gilio 2019-12-18gnu: leocad: Update to 19.07.1....Eric Bavier