summaryrefslogtreecommitdiff
path: root/doc/html/boost/date_time/gather_month_strings.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/date_time/gather_month_strings.html')
-rw-r--r--doc/html/boost/date_time/gather_month_strings.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/html/boost/date_time/gather_month_strings.html b/doc/html/boost/date_time/gather_month_strings.html
index 0cdeadd1f7..d97d8ef0e7 100644
--- a/doc/html/boost/date_time/gather_month_strings.html
+++ b/doc/html/boost/date_time/gather_month_strings.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@@ -36,7 +37,7 @@
<span class="identifier">std</span><span class="special">::</span><span class="identifier">vector</span><span class="special">&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_string</span><span class="special">&lt;</span> <span class="identifier">charT</span> <span class="special">&gt;</span> <span class="special">&gt;</span>
<span class="identifier">gather_month_strings</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">locale</span> <span class="special">&amp;</span> locale<span class="special">,</span> <span class="keyword">bool</span> short_strings <span class="special">=</span> <span class="keyword">true</span><span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp188654512"></a><h2>Description</h2>
+<a name="idp196929712"></a><h2>Description</h2>
<p>Using the time_put facet, this function creates a collection of all the month strings from a locale. This is handy when building custom date parsers or formatters that need to be localized.</p>
<p>