Files
eigen/Eigen
Gael Guennebaud 866d222d60 commit 45e9c9996da790b55ed9c4b0dfeae49492ac5c46 (HEAD -> memory_fix)
Author: George Burgess IV <gbiv@google.com>
Date:   Thu Mar 1 11:20:24 2018 -0800

    Prefer `::operator new` to `new`

    The C++ standard allows compilers much flexibility with `new`
    expressions, including eliding them entirely
    (https://godbolt.org/g/yS6i91). However, calls to `operator new` are
    required to be treated like opaque function calls.

    Since we're calling `new` for side-effects other than allocating heap
    memory, we should prefer the less flexible version.

    Signed-off-by: George Burgess IV <gbiv@google.com>
(grafted from 8c7b5158a1
)
2018-04-03 17:15:38 +02:00
..
2016-01-27 22:48:40 +01:00
2017-08-17 21:58:39 +02:00
2017-08-17 21:58:39 +02:00
2016-01-27 22:48:40 +01:00
2017-08-17 21:58:39 +02:00
2016-01-27 22:48:40 +01:00