Ignore:
Timestamp:
May 3, 2020, 10:29:25 AM (3 years ago)
Author:
Peter
Message:

closes #944; add configure check whether class is availabale in boost and exclude typedef if not. Lift out test for that typedef to separate test so it can be skipped (without skipping all sister tests) when boost is old.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/config_public.h.in

    r3899 r3900  
    3939#endif
    4040#endif
     41
     42/// Define to 1 if boost::random::non_central_chi_squared_distribution
     43/// is available in header file
     44/// <boost/random/non_central_chi_squared_distribution.hpp>
     45#undef YAT_HAVE_BOOST_RANDOM_NON_CENTRAL_CHI_SQUARED_DISTRIBUTION
    4146
    4247/// Define to 1 if htslib is available
Note: See TracChangeset for help on using the changeset viewer.