Remove std::mem

This commit is contained in:
Christoffer Lerno
2022-07-07 18:14:36 +02:00
parent cfbfc29e84
commit 253dbf3603

View File

@@ -29,7 +29,6 @@ The following code shows [generic modules](http://www.c3-lang.org/generics/) (mo
```c++
module stack <Type>;
// Above: the parameterized type is applied to the entire module.
import std::mem;
struct Stack
{