The stdex::sys_info is instantiated for each compilation unit. To reduce amount of copies, move it to a separate .hpp as system.hpp is almost always #included. Breaking-change: Add #include <stdex/sys_info.hpp> Signed-off-by: Simon Rozman <simon@rozman.si>