use shared_ptr to store the sequence string
authorDiane Trout <diane@caltech.edu>
Wed, 30 Aug 2006 01:56:09 +0000 (01:56 +0000)
committerDiane Trout <diane@caltech.edu>
Wed, 30 Aug 2006 01:56:09 +0000 (01:56 +0000)
commitbae8b6e700c4fc2a7bcd2483a8b3e1dd489b394b
tree3bae7f3dd319dffd307bca719db88056b98e4ff7
parent80fa4901503f9eb884d102a605d883c91a2adb18
use shared_ptr to store the sequence string
on the plus side this means there only needs to be one copy of a sequence
string loaded.
on the minus side this currently breaks the boost::serialization code
as I don't know how to get it to serialize a shared_ptr properly.
alg/sequence.cpp
alg/sequence.hpp
alg/test/test_sequence.cpp