Skip to content
  • Evgeniy Stepanov's avatar
    Add 3 more missing inline/visibility attributes. · 02b8e949
    Evgeniy Stepanov authored
    These are the cases when an out-of-class definition of a method is
    marked _LIBCPP_INLINE_VISIBILITY, but the in-class declaration is
    not. This will start failing when (or if) we switch to
    attribute((internal_linkage)).
    
    llvm-svn: 255166
    02b8e949
Loading