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:
2023-10-19 10:16:53 +02:00
parent 16a86cf350
commit 89a5c6e5e6
3 changed files with 213 additions and 194 deletions

View File

@@ -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>