Remove duplicated workaround.
This commit is contained in:
parent
3f1e922afc
commit
6ab15adf01
1 changed files with 0 additions and 10 deletions
|
@ -23,16 +23,6 @@ warning4786WorkAround() {}
|
|||
|
||||
static warning4786WorkAround VariableThatHacksWarning4786IntoBeingMutedForSomeUnknownReason;
|
||||
|
||||
#include <cmath>
|
||||
|
||||
namespace std
|
||||
{
|
||||
|
||||
using ::floor;
|
||||
using ::sqrt;
|
||||
|
||||
}
|
||||
|
||||
//put the mathematical functions where they belong: in the std namespace
|
||||
//it is necessary for VC6 at least
|
||||
#include <cmath>
|
||||
|
|
Loading…
Add table
Reference in a new issue