• B
    Hide a few static methods · 95df00ae
    Behdad Esfahbod 提交于
    Looks like static methods that do not get inlined end up exported.
    We have a lot more.  Need to protect all at some point.  Wish there
    was an easier way, like the visibility flag we pass that automatically
    hides all inline methods.
    
    Was exposed by check-symbols.sh when compiling on OS X 10.14 with:
    
    $ make CPPFLAGS=-Oz CXXFLAGS=-flto=thin LDFLAGS=-lc++
    95df00ae
hb-open-file.hh 14.6 KB