Added pragmas
This commit is contained in:
parent
77cf587371
commit
95e519ad30
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue