Код: Выделить всё
class shared_ptr
// ...
private:
struct __nat {int __for_bool_;};
// ...
};
Я уверен, что авторы стандартной библиотеки знают это лучше меня.
Подробнее здесь: https://stackoverflow.com/questions/506 ... ard-libary
Код: Выделить всё
class shared_ptr
// ...
private:
struct __nat {int __for_bool_;};
// ...
};