// -*- 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) // ------------------------------------------------------------------------------ // internals_fwd.hpp : forward declarations, for internal headers // ------------------------------------------------------------------------------ #ifndef BOOST_FORMAT_INTERNAL_FWD_HPP #define BOOST_FORMAT_INTERNAL_FWD_HPP #include "boost/format/format_fwd.hpp" namespace boost { namespace io { namespace detail { struct stream_format_state; struct format_item; } namespace detail { // these functions were intended as methods, // but MSVC have problems with template member functions : // defined in format_implementation.hpp : template basic_format& modify_item_body( basic_format& self, int itemN, const T& manipulator); template basic_format& bind_arg_body( basic_format& self, int argN, const T& val); template void apply_manip_body( stream_format_state& self, T manipulator); // argument feeding (defined in feed_args.hpp ) : template void distribute(basic_format& self, T x); template basic_format& feed(basic_format& self, T x); } // namespace detail } // namespace io } // namespace boost #endif // BOOST_FORMAT_INTERNAL_FWD_HPP b84092fb7d461e169e714e2aca'>root/gnu/ci.scm
AgeCommit message (Expand)Author
2020-03-13maint: Add 'etc/release-manifest.scm'....Ludovic Courtès
2020-03-05ci: Adjust 'channel-build-system' for when the source is a file name....Ludovic Courtès
2020-03-05tests: "make check-system" no longer interns source upfront....Ludovic Courtès
2020-03-05ci: Move 'cross-jobs' procedure to the top level....Ludovic Courtès
2020-01-31ci: Cross-build for riscv64-linux-gnu....Ludovic Courtès
2019-12-01ci: Make sure the Guix checkout is the one providing Cuirass proc....Clément Lassieur
2019-11-13tests: "make check-system" uses Guix built with (guix self)....Ludovic Courtès
2019-08-26ci: Try hard to build package replacements....Ludovic Courtès
2019-08-14gnu: mingw: Add x86_64 support....Carl Dong
2019-07-06ci: 'channel-build-system' honors the target system....Ludovic Courtès
2019-03-13Remove traces of "GuixSD"....Ludovic Courtès
2019-01-21ci: Skip system tests on armhf-linux....Ludovic Courtès
2019-01-20ci: Use a valid 'current-guix'....Ludovic Courtès
2019-01-06hydra: Compute jobs in an inferior....Ludovic Courtès
2019-01-06hydra: Move job definitions to (gnu ci)....Ludovic Courtès