David Detweiler

Results 3 issues of David Detweiler

(Preface: the Microsoft implementation of the GSL is by far the most visible / vigorously maintained version, so when I refer to "the GSL", I refer to this implementation) I...

Custom allocation is common enough in some applications that placement `new` should be permitted. This is especially useful when doing binary serialization of data structures and placement `new` is necessary...