[classad-users] Use of non standard hash_map


Date: Mon, 9 Dec 2002 07:45:29 -0600 (CST)
From: Laurent Aphecetche <aphecetc@xxxxxxxx>
Subject: [classad-users] Use of non standard hash_map
Hi,

I'd like to use the classad library with Sun WS6 C++ compiler. I have a 
problem because classads are using hash_maps, which are not part of 
standard c++ and as such is not directly supported by this compiler. 
What's the best way to get around this ? Can I simply replace 
std::hash_map by std::map or is it more involved than this (I'm not 
familiar with hash_map) ?

Thanks for your help,
-- 
Dr. Laurent APHECETCHE (mailto:aphecetc@xxxxxxxx) (IN2P3-CNRS)
SUBATECH-EMN-4 rue Alfred Kastler-BP 20722-44307 NANTES cedex 03
TEL (+33/0) 2 51 85 84 17 - FAX (+33/0) 2 51 85 84 24 (France)
Collaboration PHENIX http://www.phenix.bnl.gov/~aphecetc

Condor Classads Info:
http://www.cs.wisc.edu/condor/classad/




[← Prev in Thread] Current Thread [Next in Thread→]