+ potential boost::variant optimization
This commit is contained in:
parent
8897b2b852
commit
3223836874
1 changed files with 9 additions and 0 deletions
|
@ -47,6 +47,15 @@
|
|||
#include <unicode/unistr.h>
|
||||
#include <unicode/ustring.h>
|
||||
|
||||
namespace boost {
|
||||
|
||||
template <>
|
||||
struct has_nothrow_copy<mapnik::value_unicode_string>
|
||||
: mpl::true_
|
||||
{
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
namespace mapnik {
|
||||
|
||||
|
|
Loading…
Reference in a new issue