Chinmay Garde 2844d4480b
Remove unused or unnecessary compiler specific marcos in FML. (#17101)
Macros to control inlining are not used and we explicitly recommending against
playing with compiler inlining. The macros for alignment became part of the
standard in C++11 and we already use the standard variants over these macros
(see `PointerData`). The formatters are unused as well and we use the stream
based variants for formatting.
2020-03-11 16:31:50 -07:00
..
2019-09-16 10:43:02 -07:00
2019-09-16 10:43:02 -07:00
2020-01-24 12:43:32 -08:00