| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
On Friday, September 5, 2003, at 03:57 PM, Francisco Tolmasky wrote:Francisco Tolmasky
I'm trying to use the boost spirit parser libraries ( http://www.boost.org/libs/spirit/index.html )
and I'm getting an error saying that Project Builder can't find
<bitset>
I did a quick search and found that Codewarrior had a copy of this. Does anyone know what I'm supposed to do? Or had this problem? Do I need to get bitset?
No, bitset is part of the standard C++ library. Apple supplies it.
I'm not sure why you're not able to find that header file. One possibility is that you're using the gcc 2.95 compiler, which didn't include std::bitset. If so, you should switch to 3.1 or (soon) 3.3. 2.95 is a very old compiler that fails to comply with the C++ standard in many ways. I'm sure it's too old to handle most of Boost.
--Matt
| References: | |
| >Re: bitset (From: Matt Austern <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.