rt: "const foo const &" == "const foo &", duh. Puts out burning tinderbox.
This commit is contained in:
parent
eb7e9dce4d
commit
42daeab7df
@ -178,7 +178,7 @@ public:
|
||||
};
|
||||
|
||||
inline ptr_pair
|
||||
align_to(const ptr_pair const &pair, size_t n) {
|
||||
align_to(const ptr_pair &pair, size_t n) {
|
||||
return ptr_pair::make(align_to(pair.fst, n), align_to(pair.snd, n));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user