Boost C++ Libraries: Ticket #11020: Natural sort https://svn.boost.org/trac10/ticket/11020 <p> Alphabetically sorting gives unwanted results for humans. For example the following strings get sorted this way: Arena 1 Arena 10 Arena 2 </p> <p> What humans like is: Arena 1 Arena 2 Arena 10 </p> <p> This is not trivial since the numbers can appear anywhere. Would this be a nice extension for Boost as well? Microsoft has solved this in StrCmpLogicalW. See also 'sorting-for-humans-natural-sort-order' (can't include a link; I get a trac-think-it-is-a-spam error) </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11020 Trac 1.4.3 viboes Fri, 13 Feb 2015 18:25:08 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/11020#comment:1 https://svn.boost.org/trac10/ticket/11020#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">invalid</span> </li> </ul> <p> Please, post on the Boost ML for this kind of requests. </p> Ticket