CMake + set(CMAKE_VISIBILITY_INLINES_HIDDEN YES)
prevents export of inline functions, templates, etc
recommended by Craig Scott, CppCon 2019, at about 11'
prevents export of inline functions, templates, etc
recommended by Craig Scott, CppCon 2019, at about 11'