|
|
Choosing A Webhost: |
where the min() macro is defined: msg#00568db.sapdb.general
I've had some minor problems reading email this weekend, but I'm pretty certain Mark Post asked about where I'd found the min() definitions - sys/src/co/sap/saptypeb.h: #define min(a,b) (((a) <= (b)) ? (a) : (b)) sys/src/en/gen00.h:#define min(a,b) ( ( (a) <= (b) ) ? (a) : (b) ) sys/src/pa/hpa106cslzc.h:#define min(a,b) ((a) < (b) ? (a) : (b)) sys/src/pa/vpa00wic:#define min(a,b) (((a) < (b)) ? (a) : (b)) sys/src/sp/vsp00c:#define min(a,b) ( ( (a) <= (b) ) ? (a) : (b) ) sys/src/wd/fcgimisc.h:#define min(a,b) ((a) < (b) ? (a) : (b)) sys/src/sap/saptypeb.h: #define min(a,b) (((a) <= (b)) ? (a) : (b)) sys/src/SAPDB/TclTools/sdbodbc/sdbodbc.h:#define min(a, b) ((a) < (b) ? (a) : (b)) I tried adding a "#undef min" in sys/src/SAPDB/LVCSimulator/LVCSim_liveCacheSink.cpp and then compile again - problem with std::min disappeared. So it's now only a matter of finding who incorrectly defines min(). Or maybe just undef'ing it ? rgds, Per Jessen, Zurich
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: SAPDB for Thai Language, Richard Barrington |
|---|---|
| Next by Date: | Please test CVS acccess, Dittmar, Daniel |
| Previous by Thread: | : Getting the error code in SAPDB, Zabach, Elke |
| Next by Thread: | Please test CVS acccess, Dittmar, Daniel |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |