From: Jason Hise (chaos_at_[hidden])
Date: 2005-02-13 23:10:37


My version of assert.hpp has the line:
#include <assert.h>
Shouldn't this be:
#include <cassert> ?

-Jason