Opened 13 years ago

Closed 12 years ago

#3651 closed Patches (fixed)

Missing declaration in date time examples

Reported by: mloskot <mateusz@…> Owned by: az_sw_dude
Milestone: Boost 1.42.0 Component: date_time
Version: Boost 1.40.0 Severity: Cosmetic
Keywords: Cc: Katie Chan

Description

In General Usage Examples, there is d3 object used but declaration is missing:

   //input streaming 
   std::stringstream ss("2004-Jan-1");
   ss >> d3;

Attachments (1)

usage_examples.diff (1.3 KB ) - added by Katie Chan 12 years ago.
Patch to usage_examples.xml

Download all attachments as: .zip

Change History (4)

by Katie Chan, 12 years ago

Attachment: usage_examples.diff added

Patch to usage_examples.xml

comment:1 by Katie Chan, 12 years ago

Cc: Katie Chan added
Type: BugsPatches

Those are incomplete examples, but it do helps if function name are spelled correctly and that the use of a typedef have been declared beforehand.

comment:2 by Marshall Clow, 12 years ago

(In [70766]) Applied patches - Refs #3651 Refs #4845

comment:3 by Marshall Clow, 12 years ago

Resolution: fixed
Status: newclosed

(In [70981]) Merge to release. Fixes #3651 Fixes #4845

Note: See TracTickets for help on using tickets.