
19 Feb
2005
19 Feb
'05
2:28 a.m.
Beman Dawes wrote:
Ulrich Eckhardt wrote:
Peter Dimov wrote:
It's a leftover from the days of compilers that don't have <cxx>
I'd say that one can get the style points for documenting this decision.
Unless someone objects (Peter?) I'll commit a slightly shorter version of the above:
#include <assert.h> // .h to support old libs w/o <cassert> - effect is the same
This is definitely a good idea, to make sure someone doesn't accidentally 'correct' the header. Jonathan