Opened 13 years ago
Closed 12 years ago
#3647 closed Bugs (fixed)
\boost\boost\date_time\testfrmwk.hpp
Reported by: | Owned by: | az_sw_dude | |
---|---|---|---|
Milestone: | Boost 1.42.0 | Component: | date_time |
Version: | Boost 1.41.0 | Severity: | Problem |
Keywords: | Cc: |
Description
int printTestStats() bool check(const std::string& testname, bool testcond)
These functions should be inline. It is not possible to call these functions in different .cpp.
Change History (3)
comment:1 by , 13 years ago
Component: | None → date_time |
---|---|
Owner: | set to |
comment:2 by , 13 years ago
Right,( I used some code from the date_time tests in a unit test solution before using boost date_time). I found it was right to report the problem anyway.
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Well, like it's been said, the header isn't designed for external uses outside the date_time test set. Either way, inline was added in r62673.
Note:
See TracTickets
for help on using tickets.
This header is not intended to be used by anything outside the date_time tests.