From 319eeb1c791324d1ba3a46513ab5f2c5a8e7fc5f Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 1 Feb 2013 02:13:36 -0500 Subject: rename map -> oldmap and mark it as deprecated LinearMap is quite a bit faster, and is fully owned/sendable without requiring copies. The older std::map also doesn't use explicit self and relies on mutable fields. --- doc/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/tutorial.md') diff --git a/doc/tutorial.md b/doc/tutorial.md index 6ccf13a8d4d..df2618c74e1 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -1791,7 +1791,7 @@ illegal to copy and pass by value. Generic `type`, `struct`, and `enum` declarations follow the same pattern: ~~~~ -# use std::map::HashMap; +# use std::oldmap::HashMap; type Set = HashMap; struct Stack { -- cgit 1.4.1-3-g733a5