search for: valuesclass

Displaying 2 results from an estimated 2 matches for "valuesclass".

Did you mean: valueclass
2005 Oct 24
2
[LLVMdev] [patch] Fix problems with build LLVM using gcc 4.1.0 (gcc CVS mainline)
..."PPCGenCodeEmitter.inc" --- include/llvm/Support/CommandLine.h Mon Oct 24 08:25:16 2005 +++ include/llvm/Support/CommandLine.h.new Mon Oct 24 08:17:09 2005 @@ -334,13 +334,8 @@ } }; -// Silly GCC doesn't allow attributes on a function definition. template<class DataType> -ValuesClass<DataType> values(const char *Arg, DataType Val, const char *Desc, - ...) END_WITH_NULL; - -template<class DataType> -ValuesClass<DataType> values(const char *Arg, DataType Val, const char *Desc, +ValuesClass<DataType> END_WITH_NULL values(const...
2005 Oct 24
0
[LLVMdev] [patch] Fix problems with build LLVM using gcc 4.1.0 (gcc CVS mainline)
...--- include/llvm/Support/CommandLine.h Mon Oct 24 08:25:16 2005 > +++ include/llvm/Support/CommandLine.h.new Mon Oct 24 08:17:09 2005 > @@ -334,13 +334,8 @@ > } > }; > > -// Silly GCC doesn't allow attributes on a function definition. > template<class DataType> > -ValuesClass<DataType> values(const char *Arg, DataType Val, const char > *Desc, > - ...) END_WITH_NULL; > - > -template<class DataType> > -ValuesClass<DataType> values(const char *Arg, DataType Val, const char > *Desc, > +ValuesClass<DataT...