diff --git a/doc/reference.html b/doc/reference.html index bd46bacf3..09d3e0ec2 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -1582,7 +1582,8 @@

path path generic format observers [path.generic.obs]

-

The string returned by all generic format observers is in the generic pathname format.

+

The string returned by all generic format observers is in the generic pathname format. +The returned strings use a single forward slash ('/') as directory separators.

template <class String>
 String generic_string(const codecvt_type& cvt=codecvt()) const;
diff --git a/doc/release_history.html b/doc/release_history.html index 3893f3fc3..6f5c070a6 100644 --- a/doc/release_history.html +++ b/doc/release_history.html @@ -39,6 +39,11 @@ +

1.85.0

+ +

1.84.0