AT
Size: a a a
AT
D
АК
AT
Allocator::allocate
флаг somethingGoingWrong
в true
выставлять и проверять после каждого push_back
)D
-fno-exceptions
? В их числе std::make_unique
(легко заменить на свою обёртку с new (std::nothrow)
), std::sto*
(<charconv>
). Что ещё?AT
АК
Allocator::allocate
флаг somethingGoingWrong
в true
выставлять и проверять после каждого push_back
)AT
ПК
Allocator::allocate
флаг somethingGoingWrong
в true
выставлять и проверять после каждого push_back
)AT
МК
FileInfo *PROCESSES attribute((section ("shared"), shared)) = NULL;
unsigned int CNT_PROC attribute((section ("shared"), shared)) = 0;
AB
FileInfo *PROCESSES attribute((section ("shared"), shared)) = NULL;
unsigned int CNT_PROC attribute((section ("shared"), shared)) = 0;
AB
МК
МК
D
template<class Callback, class... Types>
void process_data(Callback c, const Types&... args) { ... }
process_data([](...){...})
- т.е. от лямбды - в бинаре вижу нечто вида...
call rax;
...
AB
template<class Callback, class... Types>
void process_data(Callback c, const Types&... args) { ... }
process_data([](...){...})
- т.е. от лямбды - в бинаре вижу нечто вида...
call rax;
...
АК
template<class Callback, class... Types>
void process_data(Callback c, const Types&... args) { ... }
process_data([](...){...})
- т.е. от лямбды - в бинаре вижу нечто вида...
call rax;
...