Added pragmas

This commit is contained in:
Harry Moffat 2008-01-03 18:47:33 +00:00
parent 77cf587371
commit 95e519ad30

View file

@ -20,6 +20,9 @@
#include "ct_defs.h"
#ifdef WIN32
#pragma warning(disable:4996)
#endif
/**
* Unary operator to multiply the argument by a constant. The form of
* this operator is designed for use by std::transform. @see @ref