From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-06-14 06:15:05


>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?

- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/