|
Boost : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-02-04 06:09:37
I believe that the attached patch should be applied to void_cast.cpp.
According to std::3.2/3
"An inline function shall be defined in every translation unit in which it
is used"
which means putting inline function is .cpp file is not okay. The problem I
had is then with optimization on, those function were stipped, leading to
link errors.
- Volodya
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk