sys_info: move to a separate .hpp
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>
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#include <stdex/sgml.hpp>
|
||||
#include <stdex/stream.hpp>
|
||||
#include <stdex/string.hpp>
|
||||
#include <stdex/sys_info.hpp>
|
||||
#include <stdex/system.hpp>
|
||||
#include <stdex/unicode.hpp>
|
||||
#include <stdex/vector_queue.hpp>
|
||||
|
Reference in New Issue
Block a user