diff options
Diffstat (limited to 'include/GenericsLibrary')
| -rw-r--r-- | include/GenericsLibrary/ostream.nhh | 9 |
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) { |
