boostorg / boostorg/thread

List of non BOOST-prefixed macros

Open
#302 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.