c++.announce - STLSoft 1.9.1 beta 45 released
- Matthew Wilson (29/29) Mar 11 2007 Download from http://stlsoft.org/downloads.html#stlsoft_1_9_1b45
Download from http://stlsoft.org/downloads.html#stlsoft_1_9_1b45 ============================================================================ Changes for 1.9.1 beta 45 (12th March 2007): Additions: ========== + comstl::collection_sequence: + const_iterator and const_pointer member types + comstl::enumerator_sequence: + const_iterator and const_pointer member types + comstl::variant: + constructor taking a variant and a VARTYPE to which to change on copy + unixstl::basic_path: + empty() + has_sep() + winstl::basic_path: + empty() + has_sep() + winstl::basic_findfile_sequence: + relativePath flag, which causes entries to have a relative path Changes: ======== ~ platformstl::readdir_sequence: ~ fixed element reference category (is By-Value Temporary) ~ correctly returns entry full path only if fullPath flag is specified, rather than (absolutePath | fullPath) ~ winstl::reg_key: ~ can now copy an empty instance (previously threw an exception) ~ winstl::reg_value: ~ can now copy an empty instance (previously threw an exception)
Mar 11 2007