We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b5dbf commit 041b83bCopy full SHA for 041b83b
2 files changed
include/fast_io_hosted.h
@@ -65,8 +65,7 @@ freestanding ones.
65
#include "fast_io_dsal/impl/string_view.h"
66
#include "fast_io_dsal/impl/cstring_view.h"
67
#include "fast_io_dsal/impl/string.h"
68
-// #include "fast_io_dsal/impl/vector.h"
69
-
+#include "fast_io_dsal/impl/vector.h"
70
#include "fast_io_hosted/platforms/native.h"
71
#include "fast_io_hosted/file_loaders/impl.h"
72
#include "fast_io_hosted/wrapper.h"
include/fast_io_hosted/process/process.h
@@ -1,3 +1,5 @@
1
#pragma once
2
#include "process/native.h"
3
+#if 0
4
#include "ipc/native.h"
5
+#endif
0 commit comments