// -*- 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 8ad16daf88a7df7f1d772ad5af3'>gnu/packages/emulators.scm
AgeCommit message (Expand)Author
2023-07-16gnu: vice: Update to 3.7.1....Tobias Geerinckx-Rice
2023-06-10gnu: mgba: Update to 0.10.2....altadil
2023-05-07gnu: ppsspp: Update to 1.14.4....Liliana Marie Prikler
2023-04-13gnu: uxn: Update to 0.1.0-1.83237c9....Yovan Naumovski
2023-03-31gnu: Add emu8051....c4droid
2023-03-22gnu: mame: Update to 0.252....Nicolas Goaziou
2023-03-17gnu: retroarch: Update to 1.15.0....宋文武
2023-03-07gnu: scummvm: Update to 2.7.0....Nicolas Goaziou