LINUX.ORG.RU

История изменений

Исправление PRN, (текущая версия) :

Класс поля объявлен с атрибутом __attribute__((visibility("hidden"))), твой класс по умолчанию имеет __attribute__((visibility("default"))).

https://pybind11.readthedocs.io/en/stable/faq.html#someclass-declared-with-greater-visibility-than-the-type-of-its-field-someclass-member-wattributes

Исходная версия PRN, :

Поле объявлено с атрибутом __attribute__((visibility("hidden"))), твой класс по умолчанию имеет __attribute__((visibility("default"))).

https://pybind11.readthedocs.io/en/stable/faq.html#someclass-declared-with-greater-visibility-than-the-type-of-its-field-someclass-member-wattributes