Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 914581
Collapse All | Expand All

(-)a/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/document.h (-2 lines)
Lines 316-323 struct GenericStringRef { Link Here
316
316
317
    GenericStringRef(const GenericStringRef& rhs) : s(rhs.s), length(rhs.length) {}
317
    GenericStringRef(const GenericStringRef& rhs) : s(rhs.s), length(rhs.length) {}
318
318
319
    GenericStringRef& operator=(const GenericStringRef& rhs) { s = rhs.s; length = rhs.length; }
320
321
    //! implicit conversion to plain CharType pointer
319
    //! implicit conversion to plain CharType pointer
322
    operator const Ch *() const { return s; }
320
    operator const Ch *() const { return s; }
323
321

Return to bug 914581