phobos/std/experimental/allocator
Sebastian Wilzbach 805c720595 Unify Phobos by ensuring there's always a space after cast(...)
Command:

sed -E 's/([^"])cast\(([^)]*?)\)([[:alnum:]])/\1cast(\2) \3/g' -i **/*.d
2017-02-21 16:40:20 +01:00
..
building_blocks Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
common.d Extend reallocate test for all Allocators 2016-08-03 03:10:41 +02:00
gc_allocator.d Add attributes to GCAllocator and theAllocator 2016-08-03 03:16:31 +02:00
mallocator.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
mmap_allocator.d [trivial] Windows is supported; docs said otherwise 2016-08-01 04:50:34 +10:00
package.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
showcase.d Fixed std.algorithm imports in std.experimental.allocator to not be package wide 2016-07-03 01:34:31 -04:00
typed.d Fixed std.algorithm imports in std.experimental.allocator to not be package wide 2016-07-03 01:34:31 -04:00