comparison transform/TransformFactory.h @ 1546:9c14dee72329

Use locale-aware comparators for user-visible string sorting
author Chris Cannam
date Mon, 01 Oct 2018 14:37:30 +0100
parents 5d886b7b4029
children c01cbe41aeb5
comparison
equal deleted inserted replaced
1545:b89705af7a60 1546:9c14dee72329
11 published by the Free Software Foundation; either version 2 of the 11 published by the Free Software Foundation; either version 2 of the
12 License, or (at your option) any later version. See the file 12 License, or (at your option) any later version. See the file
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #ifndef _TRANSFORM_FACTORY_H_ 16 #ifndef SV_TRANSFORM_FACTORY_H
17 #define _TRANSFORM_FACTORY_H_ 17 #define SV_TRANSFORM_FACTORY_H
18 18
19 #include "TransformDescription.h" 19 #include "TransformDescription.h"
20 20
21 #include "base/TextMatcher.h" 21 #include "base/TextMatcher.h"
22 22