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