add nf7::Void
This commit is contained in:
parent
df33dbab76
commit
a1114060b8
@ -20,6 +20,7 @@ target_sources(nf7_iface
|
||||
common/task.hh
|
||||
common/task_context.hh
|
||||
common/value.hh
|
||||
common/void.hh
|
||||
data/buffer.hh
|
||||
data/interface.hh
|
||||
data/wrap.hh
|
||||
|
8
iface/common/void.hh
Normal file
8
iface/common/void.hh
Normal file
@ -0,0 +1,8 @@
|
||||
// No copyright
|
||||
#pragma once
|
||||
|
||||
namespace nf7 {
|
||||
|
||||
struct Void { };
|
||||
|
||||
} // namespace nf7
|
Loading…
x
Reference in New Issue
Block a user