From 253dbf36035038ad39f4486c05982413fa8d3578 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Thu, 7 Jul 2022 18:14:36 +0200 Subject: [PATCH] Remove std::mem --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 76f4107a5..8f615fe93 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,6 @@ The following code shows [generic modules](http://www.c3-lang.org/generics/) (mo ```c++ module stack ; // Above: the parameterized type is applied to the entire module. -import std::mem; struct Stack {