if(d->count() > 1)
String(d->data.c_str()).swap(*this);
}
+
+////////////////////////////////////////////////////////////////////////////////
+// private members
+////////////////////////////////////////////////////////////////////////////////
+
+const String::Type String::WCharByteOrder = wcharByteOrder();
}
////////////////////////////////////////////////////////////////////////////////
void detach();
private:
+ /*!
+ * \deprecated This variable is no longer used, but NEVER remove this. It
+ * may lead to a linkage error.
+ */
+ // BIC: remove
+ static const Type WCharByteOrder;
+
class StringPrivate;
StringPrivate *d;
};