From: Sean P. <sea...@ma...> - 2009-11-25 17:05:04
|
The default arguments are defined in the _fwd header. The last argument defaults to the capture allocator: http://stlab.adobe.com:8080/adobe_source_libraries/adobe/closed_hash_fwd.hpp?ac=64&rev1=6 Sean On Nov 25, 2009, at 5:33 AM, cee1 wrote: > Hi all, > I'm trying to learn source code of ASL(1.0.42), and find something > strange to me: (I'm not quiet familiar with c++): > > (adobe/table_index.hpp, line 555) typedef closed_hash_set<pointer, > indirect_key_function_type, hasher, key_equal> index_type; > provide 4 type arguments to template class closed_hash_set, but > closed_hash_set(adobe/closed_hash.hpp, line 152) needs 5 type > arguments. > > Any idea? > > Thanks > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day > trial. Simplify your report design, integration and deployment - and > focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july_______________________________________________ > Adobe-source-devel mailing list > Ado...@li... > https://lists.sourceforge.net/lists/listinfo/adobe-source-devel |