$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Daryle Walker (darylew_at_[hidden])
Date: 2000-08-01 12:05:00
Is it OK, style-wise, to define an (inline) function in a header outside of
the namespace block (using the "X boost::function() { /*...*/ }" syntax)?
This applies mainly to non-template functions and methods, as some
compilers, including mine, restrict where template-d functions and methods
can be defined (usually only within the class declaration, or maybe within
the namespace declaration).
--