mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Minor doc typo fixes.
Fixed IA64 portability warnings from VC7 [SVN r13225]
This commit is contained in:
@ -206,7 +206,7 @@ the resource dll, <i>before</i> your code compiles any regular
|
||||
expressions (but not necessarily before you construct any <i>reg_expression</i>
|
||||
instances): </p>
|
||||
|
||||
<p>boost::w32_regex_traits<char>::set_message_calalogue("mydll.dll");
|
||||
<p>boost::w32_regex_traits<char>::set_message_catalogue("mydll.dll");
|
||||
</p>
|
||||
|
||||
<p>Note that this API sets the dll name for <i>both</i> the
|
||||
@ -239,7 +239,7 @@ the message catalogue, <i>before</i> your code compiles any
|
||||
regular expressions (but not necessarily before you construct any
|
||||
<i>reg_expression</i> instances): </p>
|
||||
|
||||
<p>boost::c_regex_traits<char>::set_message_calalogue("mycatalogue");
|
||||
<p>boost::c_regex_traits<char>::set_message_catalogue("mycatalogue");
|
||||
</p>
|
||||
|
||||
<p>Note that this API sets the dll name for <i>both</i> the
|
||||
@ -276,7 +276,7 @@ the message catalogue, <i>before</i> your code compiles any
|
||||
regular expressions (but not necessarily before you construct any
|
||||
<i>reg_expression</i> instances): </p>
|
||||
|
||||
<p>boost::cpp_regex_traits<char>::set_message_calalogue("mycatalogue");
|
||||
<p>boost::cpp_regex_traits<char>::set_message_catalogue("mycatalogue");
|
||||
</p>
|
||||
|
||||
<p>Note that calling reg_expression<>::imbue will
|
||||
|
Reference in New Issue
Block a user