Remove extra version of push_back async vector
This commit is contained in:
parent
357df5c8ec
commit
caf0a8b5d1
@ -12,9 +12,6 @@ uint16v.push_back(1u);
|
||||
assert_equal(1, uint16v.front());
|
||||
|
||||
|
||||
// push_back newly constructed return value that's non-copyable
|
||||
|
||||
var v = []
|
||||
v.push_back(async(fun(){}))
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user