• C
    Remove unused or unnecessary compiler specific marcos in FML. (#17101) · 2844d448
    Chinmay Garde 提交于
    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.
    2844d448
compiler_specific.h 967 字节