Change the interface of placement new to take a tydesc as part of Issue #2831.
This commit is contained in:
@@ -10,8 +10,8 @@ export log_str;
|
||||
export lock_and_signal, condition, methods;
|
||||
|
||||
enum type_desc = {
|
||||
size: libc::size_t,
|
||||
align: libc::size_t
|
||||
size: uint,
|
||||
align: uint
|
||||
// Remaining fields not listed
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user