Changeset 4254
- Timestamp:
- Nov 22, 2022, 12:40:41 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/DataWeightProxy.h
r3550 r4254 6 6 /* 7 7 Copyright (C) 2008 Jari Häkkinen, Peter Johansson 8 Copyright (C) 2009, 2010, 2016, 2017 Peter Johansson8 Copyright (C) 2009, 2010, 2016, 2017, 2022 Peter Johansson 9 9 10 10 This file is part of the yat library, http://dev.thep.lu.se/yat … … 74 74 BOOST_CONCEPT_ASSERT((Convertible<weight_type, double>)); 75 75 } 76 77 /** 78 Shallow copy underlying iterators. 79 */ 80 DataWeightProxy(const DataWeightProxy& other) = default; 76 81 77 82 /**
Note: See TracChangeset
for help on using the changeset viewer.