List of non BOOST-prefixed macros
Open
enhancement
PR welcome
- Dominant language
- C++
- Stars
- 214
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
The following macros are missing a BOOST_ prefix, which is against Boost library guidelines:
```
./boost/thread/win32/thread_heap_alloc.hpp:#ifndef THREAD_HEAP_ALLOC_HPP
./boost/thread/win32/thread_heap_alloc.hpp:#define THREAD_HEAP_ALLOC_HPP
./boost/thread/pthread/thread_heap_alloc.hpp:#ifndef THREAD_HEAP_ALLOC_PTHREAD_HPP
./boost/thread/pthread/thread_heap_alloc.hpp:#define THREAD_HEAP_ALLOC_PTHREAD_HPP
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.