summaryrefslogtreecommitdiffhomepage
path: root/include/GenericsLibrary
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-14 10:58:53 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-14 10:58:53 +0100
commit9cf3a4835418d4de6470dbfa6bf51b4d8b262602 (patch)
tree9caf9c5dd9cb9da9628bfeaa8d14b63448dace1b /include/GenericsLibrary
parent4f2dc0a06675f1ac076a4418704dd500f788505b (diff)
chore: Examples improvements of Nectar.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/GenericsLibrary')
-rw-r--r--include/GenericsLibrary/ostream.nhh9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/GenericsLibrary/ostream.nhh b/include/GenericsLibrary/ostream.nhh
index 6561f80..665e3b8 100644
--- a/include/GenericsLibrary/ostream.nhh
+++ b/include/GenericsLibrary/ostream.nhh
@@ -10,6 +10,15 @@
impl ostream
{
+ ostream()
+ {
+ return;
+ }
+
+ ~ostream()
+ {
+ return;
+ }
let write(let data, let size)
{