$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeremy Siek (jsiek_at_[hidden])
Date: 2001-04-10 12:15:47
It was a simple memberwise copy, using constructor initialization syntax.
ColorTolerance(const ColorTolerance& x)
  : m_color(x.m_color), m_tol(x.m_tol) { }
Cheers,
Jeremy
On Tue, 10 Apr 2001, Yardumian, Hrant (HEYA) wrote:
HEYA> Jeremy:
HEYA> 
HEYA> Thanks - I will try with /Gm off and report back.
HEYA> 
HEYA> By the way, the copy constructor that you created for the predicate, 
HEYA> was it a simple memberwise copy, or a deep-copy constructor?
HEYA> 
HEYA> Hrant E. Yardumian
HEYA> Chevron Petroleum Technology Co.
HEYA> 6001 Bollinger Canyon Rd.  E-1192
HEYA> San Ramon, CA 94583
HEYA> 
HEYA> Phone:(925) 842-6265
HEYA> Fax    :(925) 842-6283
HEYA> 
HEYA> > -----Original Message-----
HEYA> > From:	Jeremy Siek [SMTP:jsiek_at_[hidden]]
HEYA> > Sent:	Monday, April 09, 2001 8:59 AM
HEYA> > To:	'boost_at_[hidden]'
HEYA> > Subject:	RE: [boost] filtered_graph problem
HEYA> > 
HEYA> > Hrant,
HEYA> > 
HEYA> > Random thought: you may also need to turn off the /Gm (minimal rebuild)
HEYA> > flag.
HEYA> > 
HEYA> > On Fri, 6 Apr 2001, Yardumian, Hrant (HEYA) wrote:
HEYA> > 
HEYA> > 
HEYA> 
HEYA> 
HEYA> To unsubscribe, send email to: <mailto:boost-unsubscribe_at_[hidden]>
HEYA>  
HEYA> 
HEYA> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
HEYA> 
HEYA> 
HEYA> 
----------------------------------------------------------------------
 Jeremy Siek                        www: http://www.lsc.nd.edu/~jsiek/
 Ph.D. Candidate                  email: jsiek_at_[hidden]
 Univ. of Notre Dame         work phone: (219) 631-3906
----------------------------------------------------------------------