remove has_nothrow_copy
as it was triggering requirement for move ctor in UnicodeString which is not _yet_ available
This commit is contained in:
parent
576271d5ca
commit
6e6cff4613
1 changed files with 0 additions and 10 deletions
|
@ -47,16 +47,6 @@
|
|||
#include <unicode/unistr.h>
|
||||
#include <unicode/ustring.h>
|
||||
|
||||
namespace boost {
|
||||
|
||||
template <>
|
||||
struct has_nothrow_copy<mapnik::value_unicode_string>
|
||||
: mpl::true_
|
||||
{
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
namespace mapnik {
|
||||
|
||||
inline void to_utf8(mapnik::value_unicode_string const& input, std::string & target)
|
||||
|
|
Loading…
Add table
Reference in a new issue