$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2001-06-14 09:05:53
At 07:15 AM 6/14/2001, John Maddock wrote:
 >
 >>Uh, run that one by me again.  What does making a function static inside 
a
 >
 >>namespace do, anyhow?
 >
 >Gives it internal linkage, IMO that is not the right way to go - it would
 >*require* the implementation to be #included, and not linked as a 
separate
 >translation unit if required: unless I'm missing something?
That's what I'm worry about too.  We want separate compilation and linking 
as an option.
--Beman