Files
godot/core
Matthias Hoelzl 4c76c6892c Add placement deletes to avoid warnings on VC++
When compiling with VC++ 2017, Godot generates huge numbers of
C4291 warnings about missing placement delete.

I have not found a way to disable these warnings using compiler
options: AFAICT there is no equivalent to `-f-no-exceptions` for
VC++ (there is only /EH to change the exception-handling model,
/GX is deprecated) and adding /wd4291  to the
`disable_nonessential_warnings` list in the `SConstruct` file
or even compiling with `warnings=no` does not disable the
messages.

Placement delete is only called when placement new throws an
exception, since Godot doesn't use exceptions this change should
have no runtime effect.

Fixes #12654 (probably, difficult to say without log)
2017-11-19 21:25:18 +01:00
..
2017-11-17 11:01:41 -05:00
2017-11-17 11:01:41 -05:00
2017-11-17 11:01:41 -05:00
2017-10-20 00:24:49 +02:00
2017-10-20 00:24:49 +02:00
2017-11-17 11:01:41 -05:00
2017-09-19 16:48:53 +02:00
2017-09-19 16:48:53 +02:00
2017-10-21 20:41:07 +02:00
2017-08-27 22:13:45 +02:00
2017-08-27 22:13:45 +02:00
2017-09-02 21:19:06 +07:00
2017-11-17 11:01:41 -05:00
2017-09-19 16:48:53 +02:00
2017-09-05 11:04:11 +07:00
2017-09-05 11:04:11 +07:00
2017-09-01 19:52:32 +02:00
2017-09-01 19:52:32 +02:00
2017-10-08 16:47:10 +02:00
2017-11-17 11:01:41 -05:00
2017-09-13 12:18:51 +08:00
2017-11-17 11:01:41 -05:00
2017-11-17 11:01:41 -05:00
2017-11-17 11:01:41 -05:00
2017-11-17 11:01:41 -05:00
2017-11-17 11:01:41 -05:00
2017-09-02 01:59:26 +02:00
2017-09-02 01:59:26 +02:00