K 10 svn:author V 5 danfe K 8 svn:date V 27 2016-06-01T14:16:13.479815Z K 7 svn:log V 314 Fix installed header by replacing vendor-specific (mainly MSVC) keyword `__forceinline' with `inline __attribute__((always_inline))', which is how upstream originally defines it in order to be understood by both Clang and GCC, and don't force CHOSEN_COMPILER_TYPE as it is not needed anymore. Bump port revision. END