|
Boost : |
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2003-03-18 10:36:13
Does standard require/recomend inline in method declaration? I always
thought it ignored
class A
{
inline void foo();
^^^^
};
inline void
A::foo()
{
....
}
Gennadiy
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk