close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 3008


Ignore:
Timestamp:
2015-06-21T15:49:44-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r3007 r3008  
    204204
    205205;; Source: http://stackoverflow.com/questions/11067899/is-there-a-generic-method-for-cloning-clos-objects
    206 ;; NOTE: This is a shallow copy. Add an around method if deep copy of the slots is required.
     206;; NOTE: This is a shallow copy. Add an around method for classes which need deep copy of the slots.
    207207(defgeneric copy-instance (object &rest initargs &key &allow-other-keys)
    208208  (:documentation "Makes and returns a shallow copy of OBJECT.
Note: See TracChangeset for help on using the changeset viewer.