summaryrefslogtreecommitdiff
path: root/Lib/mzscheme/std_map.i
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/mzscheme/std_map.i')
-rw-r--r--Lib/mzscheme/std_map.i8
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/mzscheme/std_map.i b/Lib/mzscheme/std_map.i
index 80a16ced0..1d3eec241 100644
--- a/Lib/mzscheme/std_map.i
+++ b/Lib/mzscheme/std_map.i
@@ -228,7 +228,7 @@ namespace std {
typedef const value_type& const_reference;
map();
- map(const map< K, T, C >& other);
+ map(const map& other);
unsigned int size() const;
bool empty() const;
@@ -458,7 +458,7 @@ namespace std {
typedef const value_type& const_reference;
map();
- map(const map< K, T, C >& other);
+ map(const map& other);
unsigned int size() const;
bool empty() const;
@@ -680,7 +680,7 @@ namespace std {
typedef const value_type& const_reference;
map();
- map(const map< K, T, C >& other);
+ map(const map& other);
unsigned int size() const;
bool empty() const;
@@ -902,7 +902,7 @@ namespace std {
typedef const value_type& const_reference;
map();
- map(const map< K, T, C >& other);
+ map(const map& other);
unsigned int size() const;
bool empty() const;