Opened 13 years ago

Closed 12 years ago

#3647 closed Bugs (fixed)

\boost\boost\date_time\testfrmwk.hpp

Reported by: corlay@… 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 Steven Watanabe, 13 years ago

Component: Nonedate_time
Owner: set to az_sw_dude

This header is not intended to be used by anything outside the date_time tests.

comment:2 by corlay@…, 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 Katie Chan, 12 years ago

Resolution: fixed
Status: newclosed

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.