
18 Feb
2006
18 Feb
'06
3:11 p.m.
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