Opened 21 years ago
Closed 17 years ago
#948 closed Bugs (Out of Date)
tokenizer not works with Dinkumware 308
Reported by: | frankbudwillat | Owned by: | Markus Schöpflin |
---|---|---|---|
Milestone: | Component: | None | |
Version: | None | Severity: | |
Keywords: | Cc: |
Description
compiling tokenizer.hpp with MS Visual C++ 6.0 and Dinkumware 3.08 STL results in the following compiler error in line 298 of iterator.hpp: iterator.hpp(298) : error C2977: '_Tree' : too many template arguments ---------------------------------- Code in iterator.hpp: ... template<class K, class Ty, class Kfn, class Pr, class A> yes_type is_mutable_iterator_helper(const volatile typename std::_Tree<K,Ty,Kfn,Pr,A>::iterator*); ... ---------------------------------- Dinkumware's _Tree declaration: template<class _Traits> class _Tree : public _Tree_val<_Traits>
Change History (2)
comment:2 by , 17 years ago
Status: | assigned → closed |
---|
Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker).
Note:
See TracTickets
for help on using tickets.