Opened 13 years ago
Closed 12 years ago
#3651 closed Patches (fixed)
Missing declaration in date time examples
| Reported by: | 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)
Change History (4)
by , 12 years ago
| Attachment: | usage_examples.diff added |
|---|
comment:1 by , 12 years ago
| Cc: | added |
|---|---|
| Type: | Bugs → Patches |
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:3 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Patch to usage_examples.xml