boostorg / boostorg/scope_exit
Warning when building with clang 5
Open
- Dominant language
- C++
- Stars
- 17
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
When including scope_exit.hpp, the following warning (and thus error, if configured) is produced:
```
/boost/scope_exit.hpp:258:10: error: extension used [-Werror,-Wlanguage-extension-token]
#include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
^
/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.