mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
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());
|
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