diff --git a/include/date/date.h b/include/date/date.h index 6f1e2f4..bcd764d 100644 --- a/include/date/date.h +++ b/include/date/date.h @@ -5788,7 +5788,7 @@ read_long_double(std::basic_istream& is, unsigned m = 1, unsigned unsigned count = 0; auto decimal_point = Traits::to_int_type( use_facet>(is.getloc()).decimal_point()); - string buf; + std::string buf; while (true) { auto ic = is.peek();