Boost logo

Boost :

From: Daryle Walker (darylew_at_[hidden])
Date: 2000-08-25 21:59:51


Is it OK, Boost style-wise, to put definitions of inline functions outside
of any namespace blocks? They would probably go at the end of the header
file. A problem is that some compilers can only do this for definite
functions or methods, they can't handle functions that have a template part.
The template functions have to be defined in their owning namespace or
class. That problem argues for keeping definitions for definite functions
in their owner's declaration for consistency.

Opinions?

-- 

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk