From e2eb7b522e335a8a3e51deca2dbfdffeec060ef5 Mon Sep 17 00:00:00 2001 From: macbishop Date: Sat, 15 Jan 2011 17:45:17 +0000 Subject: [PATCH] Updated documentation for ArgTraits to reference StringLike and ValueLike classes. --- include/tclap/ArgTraits.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tclap/ArgTraits.h b/include/tclap/ArgTraits.h index 12f6180..0b2c18f 100644 --- a/include/tclap/ArgTraits.h +++ b/include/tclap/ArgTraits.h @@ -73,7 +73,7 @@ struct ValueLikeTrait { * Arg traits are used to get compile type specialization when parsing * argument values. Using an ArgTraits you can specify the way that * values gets assigned to any particular type during parsing. The two - * supported types are string like and value like. + * supported types are StringLike and ValueLike. */ template struct ArgTraits {