
30 Mar
2005
30 Mar
'05
5:08 p.m.
Vladimir Prus wrote:
Would there be any problem if I comment out the explicit instantations in this file for production code ? Are they in there *only* for syntax checking ???
I think that's the case.
Correct.
Adding #ifndef NDEBUG might be a reasonable solution. Note that if you use all of mutex types, you'll still get the code size penalty, but most likely you won't use all of them.
In this case, what about commiting a new rev in the cvs without this ?
That's up to Boost.Thread maintainers.
Done. Mike