fix match() prototypes for gcc 4.3.1

This commit is contained in:
River Tarnell 2008-08-10 15:19:24 +00:00
parent 3357f3d6c3
commit dc5e0e67ff

View file

@ -30,7 +30,7 @@
namespace afp {
template<typename charT>
int match(char const *, char const *);
int match(charT const *, charT const *);
template<typename charT>
basic_datum<charT>