remove has_nothrow_copy

as it was triggering requirement for move ctor in UnicodeString
which is not _yet_ available
This commit is contained in:
artemp 2013-09-20 12:47:43 +01:00
parent 576271d5ca
commit 6e6cff4613

View file

@ -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)