File tree 4 files changed +3
-16
lines changed
4 files changed +3
-16
lines changed Original file line number Diff line number Diff line change 20
20
#include " Methcla/Memory.hpp"
21
21
#include " Methcla/Memory/Manager.hpp"
22
22
#include " Methcla/Platform.hpp"
23
- #include " Methcla/Utility/Macros.h"
24
23
#include " Methcla/Utility/MessageQueue.hpp"
25
24
26
25
#include < methcla/log.hpp>
27
26
28
- METHCLA_WITHOUT_WARNINGS_BEGIN
29
- # include < boost/heap/priority_queue.hpp>
30
- METHCLA_WITHOUT_WARNINGS_END
27
+ #include < boost/heap/priority_queue.hpp>
31
28
32
29
#include < oscpp/print.hpp>
33
30
#include < oscpp/util.hpp>
Original file line number Diff line number Diff line change 21
21
#include " Methcla/Memory.hpp"
22
22
#include " Methcla/Memory/Manager.hpp"
23
23
#include " Methcla/Platform.hpp"
24
- #include " Methcla/Utility/Macros.h"
25
24
#include " Methcla/Utility/MessageQueue.hpp"
26
25
27
26
#include < methcla/log.hpp>
28
27
29
- METHCLA_WITHOUT_WARNINGS_BEGIN
30
- # include < boost/heap/priority_queue.hpp>
31
- METHCLA_WITHOUT_WARNINGS_END
28
+ #include < boost/heap/priority_queue.hpp>
32
29
33
30
#include < atomic>
34
31
#include < cassert>
Original file line number Diff line number Diff line change 15
15
#ifndef METHCLA_MEMORY_HPP_INCLUDED
16
16
#define METHCLA_MEMORY_HPP_INCLUDED
17
17
18
- #include " Methcla/Utility/Macros.h"
19
-
20
18
#include < algorithm>
21
19
#include < cstddef>
22
20
#include < cstdint>
26
24
// probably not needed anymore.
27
25
28
26
#if METHCLA_USE_BOOST_SHARED_PTR
29
- METHCLA_WITHOUT_WARNINGS_BEGIN
30
27
# include < boost/shared_ptr.hpp>
31
28
# include < boost/make_shared.hpp>
32
- METHCLA_WITHOUT_WARNINGS_END
33
29
#else
34
30
# include < memory>
35
31
#endif
Original file line number Diff line number Diff line change 21
21
#include < thread>
22
22
#include < vector>
23
23
24
- #include " Methcla/Utility/Macros.h"
25
24
#include " Methcla/Utility/MessageQueueInterface.hpp"
26
25
#include " Methcla/Utility/Semaphore.hpp"
27
26
#include " Methcla/Utility/WorkerInterface.hpp"
28
27
29
- METHCLA_WITHOUT_WARNINGS_BEGIN
30
- # include < boost/lockfree/spsc_queue.hpp>
31
- METHCLA_WITHOUT_WARNINGS_END
28
+ #include < boost/lockfree/spsc_queue.hpp>
32
29
33
30
namespace Methcla { namespace Utility {
34
31
You can’t perform that action at this time.
0 commit comments