X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FTraits.ih;h=f979e9e82e39c81622884b0a19884b17224dc26e;hb=6aae6e526573187ece558842e928578e5aa4cc4c;hp=a3a0d694ac85c992779c5b6ae843924baeb802a7;hpb=975639608e44e49058ccd52f05ffe6b21faeafef;p=senf.git diff --git a/senf/Utils/Console/Traits.ih b/senf/Utils/Console/Traits.ih index a3a0d69..f979e9e 100644 --- a/senf/Utils/Console/Traits.ih +++ b/senf/Utils/Console/Traits.ih @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2008 +// Copyright (C) 2008 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -46,7 +46,7 @@ namespace console { template struct ReturnValueTraits; namespace detail { - + template struct MatchingShortType : public boost::mpl::if_c::is_signed,short,unsigned short> @@ -73,7 +73,7 @@ namespace detail { struct StringILess { bool operator()(std::string const & left, std::string const & right) const - { return boost::algorithm::to_lower_copy(left) + { return boost::algorithm::to_lower_copy(left) < boost::algorithm::to_lower_copy(right); } };