Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2006-02-18 10:11:22


This file contains a use of a runtime assert(), but none of the MPL
tests are ever run. It would be better to use any construct that
would at least cause the check to compile in release mode,
e.g. (void)(condition), and best, I suppose, to actually run the
test. Agreed?

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk