diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-10 17:26:27 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-10 17:26:27 +0100 |
| commit | 2361aa5191ffafc3619d349676183a28c3a1fba8 (patch) | |
| tree | 39aa312ce27c371367327bb79641faaacd8b4ae0 | |
| parent | 8e4fc23a4864f5bee41fefe85af6d8b75ddbcc75 (diff) | |
chore: use `struct` instead of `class` for generics.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | test/test_samples/ostream_test.ncpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_samples/ostream_test.ncpp b/test/test_samples/ostream_test.ncpp index 5f45db4..5029c4a 100644 --- a/test/test_samples/ostream_test.ncpp +++ b/test/test_samples/ostream_test.ncpp @@ -1,6 +1,6 @@ struct iostream { - type <class Tp_> + type <struct Tp_> let consume(Tp_& val) { return; |
