boostorg / thread

Boost.org thread module
http://boost.org/libs/thread
197 stars 162 forks source link

List of non BOOST-prefixed macros #302

Open ned14 opened 4 years ago

ned14 commented 4 years ago

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
suvidsahay commented 3 years ago

Well I see no one working on this issue and this would be a simple good first issue as well. Shall I take this?