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

(-)cpik-0.7.2-4-orig/utility.h (-1 / +1 lines)
Lines 75-81 Link Here
75
    static bool stringTo ( const string& s, T& result )
75
    static bool stringTo ( const string& s, T& result )
76
    {
76
    {
77
      istringstream is ( s ) ;
77
      istringstream is ( s ) ;
78
      return is >> result ;
78
      return static_cast<bool>(is >> result);
79
    }
79
    }
80
80
81
    /** generic conversion from T to string  */
81
    /** generic conversion from T to string  */

Return to bug 639554