Opened 9 years ago

Closed 4 years ago

#9434 closed Bugs (fixed)

error: ‘namespace boost::timer { }’ redeclared as different kind of symbol

Reported by: pat <pat@…> Owned by: Raffi Enficiaud
Milestone: Boost 1.69 Component: test
Version: Boost 1.55.0 Severity: Problem
Keywords: 1.70 Cc:

Description

boost::unit_test_framework is using internally the deprecated version 1 timers. As such we are not able to upgrade to the new cpu_timers.

boost/timer/timer.hpp:38:1: error: ‘namespace boost::timer { }’ redeclared as different kind of symbol

Change History (5)

comment:1 by viboes, 9 years ago

Component: Nonetest
Owner: set to Gennadiy Rozental

comment:2 by anonymous, 6 years ago

i also have this issue, can you please fix it ?

comment:3 by Raffi Enficiaud, 4 years ago

Keywords: 1.70 added
Milestone: To Be DeterminedBoost 1.69
Owner: changed from Gennadiy Rozental to Raffi Enficiaud

Home made implementation, in branch topic/GH-202-boost-timer-deprecation.

comment:4 by Raffi Enficiaud, 4 years ago

Status: newassigned

comment:5 by Raffi Enficiaud, 4 years ago

Resolution: fixed
Status: assignedclosed

In master, boost 1.70, rev 412e3d5855cc7bee690cfc8d99ba7c3c0b043124.

Note: See TracTickets for help on using tickets.