Skip to content

Commit 041b83b

Browse files
committed
comment out ipc since the api hasn't yet done correctly
Avoid containers as much as possible
1 parent 33b5dbf commit 041b83b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

include/fast_io_hosted.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ freestanding ones.
6565
#include "fast_io_dsal/impl/string_view.h"
6666
#include "fast_io_dsal/impl/cstring_view.h"
6767
#include "fast_io_dsal/impl/string.h"
68-
// #include "fast_io_dsal/impl/vector.h"
69-
68+
#include "fast_io_dsal/impl/vector.h"
7069
#include "fast_io_hosted/platforms/native.h"
7170
#include "fast_io_hosted/file_loaders/impl.h"
7271
#include "fast_io_hosted/wrapper.h"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#pragma once
22
#include "process/native.h"
3+
#if 0
34
#include "ipc/native.h"
5+
#endif

0 commit comments

Comments
 (0)