// -*- 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 // ---------------------------------------------------------------------------- // feed_args.hpp : functions for processing each argument // (feed, feed_manip, and distribute) // ---------------------------------------------------------------------------- #ifndef BOOST_FORMAT_FEED_ARGS_HPP #define BOOST_FORMAT_FEED_ARGS_HPP #include "boost/format/format_class.hpp" #include "boost/format/group.hpp" #include "boost/throw_exception.hpp" namespace boost { namespace io { namespace detail { namespace
aboutsummaryrefslogtreecommitdiff
path: root/nix/guix-register/guix-register.cc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-07-23 18:51:07 +0200
committerLudovic Courtès <ludo@gnu.org>2014-07-23 18:51:07 +0200
commit906f70406ab6a44d6fadb5d22c43d86e4944da78 (patch)
treeac84464f701e992a706a675b04464ece55819f8f /nix/guix-register/guix-register.cc
parent720ee245dae56759785f968aca1714ea222645ad (diff)
downloadguix-906f70406ab6a44d6fadb5d22c43d86e4944da78.tar.gz
guix-906f70406ab6a44d6fadb5d22c43d86e4944da78.zip
gnu: module-init-tools: Handle $LINUX_MODULE_DIRECTORY without trailing slash.
Fixes <http://bugs.gnu.org/18068>. * gnu/packages/patches/module-init-tools-moduledir.patch: Adjust to deal with the lack of a trailing slash.
Diffstat (limited to 'nix/guix-register/guix-register.cc')
0 files changed, 0 insertions, 0 deletions
amespace detail } // namespace io } // namespace boost #endif // BOOST_FORMAT_FEED_ARGS_HPP