bitemyapp / bitemyapp/flightcrew
TIME_UTC error
Open
auto-migrated
Priority-Medium
Type-Defect
- Dominant language
- C++
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
flightcrew/src/BoostParts/boost/thread/xtime.hpp:23:5: error: expected
identifier before numeric constant
TIME_UTC=1
^
This is not allowed anymore, TIME_UTC is now defined as a macro in c++11 so it
needs to be renamed.
```
Original issue reported on code.google.com by `seeg...@gmail.com` on 2 Oct 2014 at 12:49
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.