Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 919374 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/libs/rapidjson/document.h (-1 / +1 lines)
Lines 322-328 struct GenericStringRef { Link Here
322
    operator const Ch *() const { return s; }
322
    operator const Ch *() const { return s; }
323
323
324
    const Ch* const s; //!< plain CharType pointer
324
    const Ch* const s; //!< plain CharType pointer
325
    const SizeType length; //!< length of the string (excluding the trailing NULL terminator)
325
    SizeType length; //!< length of the string (excluding the trailing NULL terminator)
326
326
327
private:
327
private:
328
    //! Disallow construction from non-const array
328
    //! Disallow construction from non-const array

Return to bug 919374