opplus2.cc (99B)
1 #include "error" 2 3 Error &Error::operator+ (string const &s) { 4 desc += s; 5 return (*this); 6 }
crossroadsGit mirror of https://crossroads.e-tunity.com/ | |
| git clone git://git.finwo.net/app/crossroads | |
| Log | Files | Refs | LICENSE |