Opened 9 years ago
Closed 4 years ago
#9434 closed Bugs (fixed)
error: ‘namespace boost::timer { }’ redeclared as different kind of symbol
Reported by: | 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 , 9 years ago
Component: | None → test |
---|---|
Owner: | set to |
comment:2 by , 6 years ago
comment:3 by , 4 years ago
Keywords: | 1.70 added |
---|---|
Milestone: | To Be Determined → Boost 1.69 |
Owner: | changed from | to
Home made implementation, in branch topic/GH-202-boost-timer-deprecation
.
comment:4 by , 4 years ago
Status: | new → assigned |
---|
comment:5 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
In master, boost 1.70, rev 412e3d5855cc7bee690cfc8d99ba7c3c0b043124
.
Note:
See TracTickets
for help on using tickets.
i also have this issue, can you please fix it ?