Re: ver 4.0 builtin_chosen_warning ???
- Posted by ne1uno Sep 05, 2008
- 985 views
DerekParnell said...
ne1uno said...
I've reported about find() in std/regex.e too
Good catch. The standard library should be using the "eu:" namespace so that these sort of messages are not generated by the library itself. I'll check it out.
well, not really. I just ran a few tests and I now aggree with the warning a little more. in regex the find used is re:find and is unqualified and there is no warning. not sure why. yet the re:find is properly chosem.
but in a test program that has include std/regex.e and uses find if you qualify the find, eu:find or re:find there is no warning. if your program has include std/map.e and has no use of compare, again no warning. so it appears now to be working as designed. I think that warning should be reworded somehow all the same.