Код: Выделить всё
class Controller {
protected:
// other stuff
std::vector taskHandlers;
//some more stuf
}
Код: Выделить всё
/usr/include/c++/9/bits/stl_uninitialized.h:127:72: error: static assertion failed: result type must be constructible from value type of input range
127 | static_assert(is_constructible::value,
| ^~~~~
Подробнее здесь: https://stackoverflow.com/questions/627 ... n-creating