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

(-)./lastfmlib/utils/stringoperations.h~ (-8 lines)
Lines 53-66 Link Here
53
        ss << numeric;
53
        ss << numeric;
54
        return ss.str();
54
        return ss.str();
55
    }
55
    }
56
57
    template<typename T>
58
    inline std::string toWstring(T& numeric)
59
    {
60
        std::wstringstream ss;
61
        ss << numeric;
62
        return ss.str();
63
    }
64
}
56
}
65
57
66
#endif
58
#endif

Return to bug 664760