octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #33068] Radio property values are not case ins


From: David Bateman
Subject: [Octave-bug-tracker] [bug #33068] Radio property values are not case insensitive
Date: Thu, 14 Apr 2011 12:00:03 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16

Follow-up Comment #4, bug #33068 (project octave):

Do we need to specialise the std::less<caseless_str> function? The standard
version just calls the "<" operator for caseless_str, so adding the

bool operator < (const std::string& s) const

to the caseless_str class and specialising it for case insensitive searches
should be enough. I'll try it and report back

D.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33068>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]