fix Unicode multiple definition
This commit is contained in:
parent
70ceea57e3
commit
33c4d509f1
@ -168,12 +168,14 @@ namespace cxxopts
|
||||
|
||||
namespace std
|
||||
{
|
||||
inline
|
||||
cxxopts::UnicodeStringIterator
|
||||
begin(const icu::UnicodeString& s)
|
||||
{
|
||||
return cxxopts::UnicodeStringIterator(&s, 0);
|
||||
}
|
||||
|
||||
inline
|
||||
cxxopts::UnicodeStringIterator
|
||||
end(const icu::UnicodeString& s)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user