[LLVMbugs] [Bug 253] NEW: [commandline] Remove dependency on boost
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Feb 23 14:40:45 PST 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=253
Summary: [commandline] Remove dependency on boost
Product: libraries
Version: 1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Support Libraries
AssignedTo: sabre at nondot.org
ReportedBy: sabre at nondot.org
LLVM currently uses one boost template "boost::is_class" in the command line
argument handling stuff.
It would be really nice to get rid of this, because then we could remove the
include/boost directory, and not have it clutter up the 'make install' process.
I'm not sure what a good way to get this is, other than implementing our own
'is_class' trait template. This shouldn't be hard, someone just needs to do it.
-Chris
------- 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