Re: ver 4 and ver 3.11 function name conflicts
- Posted by euphoric (admin) Sep 03, 2008
- 1076 views
jeremy said...
include std/map.e include std/regex.e include get.e as old_get map m = map:new() regex r = regex:new() ? old_get:get() ? map:get(m, "name")
Is the "default namespace" for a file the filename sans extension? or is it otherwise defined?