|
From: SourceForge.net <no...@so...> - 2010-09-30 09:38:19
|
Patches item #3003152, was opened at 2010-05-18 10:15 Message generated for change (Comment added) made by lballabio You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=312740&aid=3003152&group_id=12740 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Kim Tang (kimtang) >Assigned to: Luigi Ballabio (lballabio) Summary: Array.hpp extension with a typedef for size_type Initial Comment: Hi all, since class Array is there to model a sequence, it should also provide a size_type to indicate the return_type of the member function size(). This is also often needed to write generic algorithm with sequences as input. ---------------------------------------------------------------------- Comment By: Luigi Ballabio (lballabio) Date: 2010-09-30 11:38 Message: The patch was applied to the code repository. It will be included in next release. Thank you. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=312740&aid=3003152&group_id=12740 |