Boost logo

Glas :

[glas] Reference counting?

From: Neal Becker (ndbecker2_at_[hidden])
Date: 2007-10-12 08:01:11


I'm looking at the glas alpha docs. I've been studying blitz++ recently, and
I have (so far) liked the use of reference counting.

A slice of an array returns a (shared) view of the array data. Reference
counting is used for memory management.

I read the comments in glas regarding assignment vs. copy construction. Have
you considered using ref counting instead?