boostorg / boostorg/concept_check
CodeWarrior: Illegal template arguments
Open
- Dominant language
- C++
- Stars
- 21
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
Boost Version: 1.79.0
Platform: Baremetal PowerPC
Compiler: CodeWarrior
Using C++03.
The failed template thingy is causing compilation to fail with CodeWarrior with the error `illegal template arguments` on [this line](https://github.com/boostorg/concept_check/blob/develop/include/boost/concept/detail/general.hpp#L44) and [this line](https://github.com/boostorg/concept_check/blob/develop/include/boost/concept/detail/general.hpp#L76). This occurs when trying to use Boost circular_buffer. I'm guessing it's due to the asterisks?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.