Updates:
        Status: WorkingAsIntended

Comment #1 on issue 1961 by [email protected]: return has value, in function returning void
http://code.google.com/p/v8/issues/detail?id=1961

This is not really a bug: In C++ you can return a void "value", which actually makes sense for some templates, and makes it clear that void is just another kind of value (see e.g. () in Haskell an related languages). Therefore, the C++ code above is perfectly legal, it is just forcing the Delete method of the 2nd template parameter to have a void return value.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to