• Christopher Dykes's avatar
    Update generate_varint_tables to support MSVC · 42c850c0
    Christopher Dykes authored
    Summary: MSVC is a massive pain in this respect, and, after testing many workarounds, and only ending up with it just emitting a dynamic initializer for them, it's easier to just generate the table as a `uint64_t` and load it explicitly.
    
    Reviewed By: yfeldblum
    
    Differential Revision: D3270226
    
    fbshipit-source-id: 77bc84e58d393373de05a28a30dcb80b66c09c9f
    42c850c0
GroupVarint.h 18 KB