RESOLVED FIXED 6748
HashTable extractors should be classes not functions
https://bugs.webkit.org/show_bug.cgi?id=6748
Summary HashTable extractors should be classes not functions
Maciej Stachowiak
Reported 2006-01-23 18:46:45 PST
HashTable extractors should be template classes with a static method, not template functions. This will remove the need for crazy workarounds for other compilers.
Attachments
change extractors to be classes (32.85 KB, patch)
2006-01-23 18:47 PST, Maciej Stachowiak
timo: review+
Maciej Stachowiak
Comment 1 2006-01-23 18:47:34 PST
Created attachment 5894 [details] change extractors to be classes
Tim Omernick
Comment 2 2006-01-23 19:20:35 PST
Comment on attachment 5894 [details] change extractors to be classes Patch looks great. r=me.
Note You need to log in before you can comment on or make changes to this bug.