Searched refs:oct_format (Results 1 – 1 of 1) sorted by relevance
1766 bool oct_format = (is.flags() & std::ios_base::oct) == std::ios_base::oct; in operator >>() local1771 if(oct_format) in operator >>()1788 if(oct_format && (number_category<Backend>::value == number_kind_integer) && (s[0] != '0')) in operator >>()1825 bool oct_format = (is.flags() & std::ios_base::oct) == std::ios_base::oct; in operator >>() local1836 if(oct_format && (s1[0] != '0')) in operator >>()1852 if(oct_format && (s1[0] != '0')) in operator >>()