Changeset 4104
- Timestamp:
- Sep 22, 2021, 11:01:26 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/config_public.h.in
r4102 r4104 6 6 /* 7 7 Copyright (C) 2008 Jari Häkkinen, Peter Johansson 8 Copyright (C) 2009, 2011, 2013, 2014, 2015, 2017, 2018, 2019, 2020 Peter Johansson8 Copyright (C) 2009, 2011, 2013, 2014, 2015, 2017, 2018, 2019, 2020, 2021 Peter Johansson 9 9 10 10 This file is part of the yat library, http://dev.thep.lu.se/yat … … 46 46 #undef YAT_HAVE_BOOST_CONCEPT_WITH_CONSTRUCTOR 47 47 48 / * Define if you have function std::string::contains */48 /// Define if you have function std::string::contains 49 49 #undef YAT_HAVE_FUNC_STRING_CONTAINS 50 50 51 / * Define if you have function std::string::ends_with */51 /// Define if you have function std::string::ends_with 52 52 #undef YAT_HAVE_FUNC_STRING_ENDS_WITH 53 53 54 / * Define if you have function std::string::starts_with */54 /// Define if you have function std::string::starts_with 55 55 #undef YAT_HAVE_FUNC_STRING_STARTS_WITH 56 56
Note: See TracChangeset
for help on using the changeset viewer.