X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FTraits.ih;h=f979e9e82e39c81622884b0a19884b17224dc26e;hb=6aae6e526573187ece558842e928578e5aa4cc4c;hp=c3d612718de2ea5237e6b3e573cafe569d33694f;hpb=a30f975608bae2dcee151af15dc7f40602627615;p=senf.git diff --git a/senf/Utils/Console/Traits.ih b/senf/Utils/Console/Traits.ih index c3d6127..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 @@ -36,7 +36,6 @@ #include #include #include -#include ///////////////////////////////ih.p//////////////////////////////////////// @@ -47,7 +46,7 @@ namespace console { template struct ReturnValueTraits; namespace detail { - + template struct MatchingShortType : public boost::mpl::if_c::is_signed,short,unsigned short> @@ -74,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); } };