Imported Upstream version 1.64.0
[platform/upstream/boost.git] / libs / log / doc / html / log / tutorial / wide_char.html
index 7162635..1142042 100644 (file)
@@ -70,7 +70,7 @@
         parameter. We initialize the sink with a narrow-character formatter because
         the text file sink processes bytes. It is possible to use wide strings in
         the formatter, but not in format strings, like the one we used with the
-        <code class="computeroutput"><a class="link" href="../../boost/log/expressions/format_date_ti_idp44593392.html" title="Function template format_date_time">format_date_time</a></code> function.
+        <code class="computeroutput"><a class="link" href="../../boost/log/expressions/format_date_ti_idp62887744.html" title="Function template format_date_time">format_date_time</a></code> function.
         Also note that we used <code class="computeroutput"><span class="identifier">message</span></code>
         keyword to denote the log record messages. This <a class="link" href="../detailed/expressions.html#log.detailed.expressions.message" title="Message text placeholders">placeholder</a>
         supports both narrow and wide character messages, so the formatter will work