mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
Add 8*pointer_alignment test (32/64 bytes in 32/64 bit systems)
This commit is contained in:
@@ -83,6 +83,9 @@ int main ()
|
||||
if(test_rbtree_best_fit<4*void_ptr_align>()){
|
||||
return 1;
|
||||
}
|
||||
if (test_rbtree_best_fit<8*void_ptr_align>()) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user