From 9cf3a4835418d4de6470dbfa6bf51b4d8b262602 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 14 Jan 2026 10:58:53 +0100 Subject: chore: Examples improvements of Nectar. Signed-off-by: Amlal El Mahrouss --- include/GenericsLibrary/ostream.nhh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/GenericsLibrary') 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) { -- cgit v1.2.3