File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 69
69
#else
70
70
#error Unsupported compiler
71
71
#endif
72
+
73
+ #if defined(_unix_ )
74
+ #define NO_UNIQUE_ADDRESS [[no_unique_address]]
75
+ #else
76
+ #define NO_UNIQUE_ADDRESS
77
+ #endif
Original file line number Diff line number Diff line change 14
14
15
15
#include < yt/yt/library/ytprof/api/api.h>
16
16
17
+ #include < library/cpp/yt/misc/port.h>
18
+
17
19
#include < library/cpp/yt/memory/weak_ptr.h>
18
20
19
21
#include < library/cpp/yt/threading/rw_spin_lock.h>
@@ -33,14 +35,6 @@ constinit YT_THREAD_LOCAL(TCpuProfilerTagGuard) FairShareInvokerPoolProfilerTagG
33
35
34
36
// //////////////////////////////////////////////////////////////////////////////
35
37
36
- #if defined(_unix_)
37
- #define NO_UNIQUE_ADDRESS [[no_unique_address]]
38
- #else
39
- #define NO_UNIQUE_ADDRESS
40
- #endif
41
-
42
- // //////////////////////////////////////////////////////////////////////////////
43
-
44
38
class TFairShareCallbackQueue
45
39
: public IFairShareCallbackQueue
46
40
{
You can’t perform that action at this time.
0 commit comments