Issue 267: ANy release flag and operator (cxx_revision) Source: (, ) Nature: Uncategorized Severity: LOW Summary: Summary: Sec 3.16.2 para 11 describes lifetime of inserted value. Since lifetime of the value is independent of value passed to operator<<=, Any must contain a copy of value. Resolution: close with no change Revised Text: Actions taken: October 14, 1996: received issue June 13, 2000: closed issue Discussion: Close with no change. It is clear that, by default, type Any makes a deep copy on insertion. In addition, consuming insertion is possible too, so there is no issue. End of Annotations:===== This is issue # 267 Any release flag and operator Sec 3.16.2 para 11 describes lifetime of inserted value. Since lifetime of the value is independent of value passed to operator<<=, Any must contain a copy of value -Juergen