search for: delete_

Displaying 3 results from an estimated 3 matches for "delete_".

Did you mean: deleted
2006 Jun 03
12
How to get dynamically created inputs from html form back to rails app
...ages/file-art.png"); btn.appendChild(node); data.appendChild(btn); row.appendChild(data); data = document.createElement("td"); btn = document.createElement("button") btn.setAttribute ("name","answer"); btn.setAttribute("id","delete_"+table.rows.length); btn.setAttribute ("type","button"); btn.setAttribute ("onClick","deleteAnswer(this)"); node = document.createElement("img"); node.setAttribute ("src","/images/trashcan_empty.png"); btn.appendCh...
2008 May 05
0
[LLVMdev] optimization assumes malloc return is non-null
...d Library depends on components supplied by a C++ pro- gram. If these components do not meet their requirements, the Stan- dard places no requirements on the implementation. 2 In particular, the effects are undefined in the following cases: --for replacement functions (_lib.new.delete_), if the installed replacement function does not implement the semantics of the appli- cable Required behavior paragraph. --for handler functions (_lib.new.handler_, _lib.terminate.handler_, _lib.unexpected.handler_), if the installed handler function does n...
2008 May 01
3
[LLVMdev] optimization assumes malloc return is non-null
(Hi Mike!) On May 1, 2008, at 6:11 PM, Mike Stump wrote: > On Apr 30, 2008, at 9:26 PM, Chris Lattner wrote: >> Personally to me, I have a bigger axe to grind with C++ operator new. >> AFAIK, the standard doesn't give leeway to do a number of interesting >> optimizations for new/delete because the user is explicitly allowed >> to >> override them and the std