Skip to content
Snippets Groups Projects
Forked from Utils / KWSys
1244 commits behind the upstream repository.
  • Brad King's avatar
    9782e865
    Check for 'long long' without computing size · 9782e865
    Brad King authored
    In KWSys IOStream we need to detect whether 'long long' exists but we do
    not need its size.  We avoid using CHECK_TYPE_SIZE because it does not
    work for types whose size varies across architectuers in Mac OS X
    universal binaries.  See issue #9913.
    9782e865
    History
    Check for 'long long' without computing size
    Brad King authored
    In KWSys IOStream we need to detect whether 'long long' exists but we do
    not need its size.  We avoid using CHECK_TYPE_SIZE because it does not
    work for types whose size varies across architectuers in Mac OS X
    universal binaries.  See issue #9913.
kwsysPlatformTestsCXX.cxx 10.38 KiB