[LLVMbugs] [Bug 253] [commandline] Remove dependency on boost
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Feb 23 19:42:14 PST 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=253
rspencer at x10sys.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From rspencer at x10sys.com 2004-02-23 21:42 -------
The patches, if applied to latest CVS, compiles fine. I haven't actually run
anything to see if it works, but I don't expect problems. I tested is_class with
the test program embedded in the TypeTraits.h header file (second attachment).
Regarding compiler support. I found an old 3.1.1 compiler on my system and
tested with that. It worked fine. I don't know about 3.2.X but I can't imagine
the feature it depends on disappearing in 3.2 and then reappearing in 3.3. So,
I think we are okay on compiler support. If you want to be pedantic about it,
you'll have to come up with a 3.2 compiler and test it. Note that you can test
the functionality just by compiling TypeTraits.h with -DTEST_TYPE_TRAITS on the
compilation line. When you're satisfied that all is well, you can remove that
test program from TypeTraits.h
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list