renamed 'Traits' to 'Impl', added vim modelines for syntax highlighting

This commit is contained in:
Mark Borgerding
2009-10-21 10:27:17 -04:00
parent 902b6dcd6c
commit 85f8d1f0c6
2 changed files with 12 additions and 9 deletions

View File

@@ -178,3 +178,5 @@ operator<< (std::basic_ostream<charT,traits>& ostr, const Complex<T>& rhs)
}
#endif
/* vim: set filetype=cpp et sw=2 ts=2 ai: */