Opened 10 years ago

Closed 9 years ago

#8198 closed Bugs (wontfix)

Boost.Thread force to use date_time on win32

Reported by: gongminmin@… Owned by: viboes
Milestone: Boost 1.54.0 Component: thread
Version: Boost 1.52.0 Severity: Problem
Keywords: Cc:

Description

On Win32 platform, thread.hpp includes win32/thread_time.hpp, which depends on date_time. It doesn't help even predefines BOOST_THREAD_VERSION=4 and BOOST_THREAD_DONT_USE_DATETIME.

Change History (6)

comment:1 by viboes, 10 years ago

Owner: changed from Anthony Williams to viboes
Status: newassigned

comment:2 by viboes, 10 years ago

I have no time to remove this dependency for 1.54, so I'll force it and documented the constraint. I will take care of it for 1.55.

Last edited 9 years ago by viboes (previous) (diff)

comment:3 by viboes, 10 years ago

Committed revision [83426].

comment:4 by viboes, 9 years ago

After more deeper analysis I will not fix it, and Boost.Thread will need Boost.DateTime until the DateTime related interfaces will be removed.

comment:5 by viboes, 9 years ago

Milestone: To Be DeterminedBoost 1.54.0

comment:6 by viboes, 9 years ago

Resolution: wontfix
Status: assignedclosed
Note: See TracTickets for help on using tickets.