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