]> gitweb.factorcode.org Git - factor.git/commit
VM: replacing the copy assignment operators of the smart pointers
authorBjörn Lindqvist <bjourne@gmail.com>
Wed, 23 Nov 2016 02:25:07 +0000 (03:25 +0100)
committerBjörn Lindqvist <bjourne@gmail.com>
Wed, 23 Nov 2016 05:42:06 +0000 (06:42 +0100)
commit7661ed3b57a24df050a80e7bd49457b795544175
tree48838be9a8218c300c2caa4d21e553ba38718d5f
parent3b3cc151e930a68abc8eabbcf7d928d82382e480
VM: replacing the copy assignment operators of the smart pointers

Little more to write, but much easier to see what is going on with
methods rather than assignment operator overloading.
vm/arrays.cpp
vm/arrays.hpp
vm/bignum.cpp
vm/byte_arrays.cpp
vm/byte_arrays.hpp
vm/data_roots.hpp
vm/quotations.cpp
vm/tagged.hpp