]> www.ginac.de Git - ginac.git/blobdiff - ginac/operators.h
- put everything in "GiNaC" namespace
[ginac.git] / ginac / operators.h
index 9cfb01c636c6dd666d0c1e10c67928e3680f2103..4c95a55164a81adf4b7c67325a009b3361b74346 100644 (file)
@@ -1,7 +1,8 @@
 /** @file operators.h
  *
- *  Interface to GiNaC's overloaded operators.
- *
+ *  Interface to GiNaC's overloaded operators. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -24,6 +25,8 @@
 
 #include <iostream>
 
+namespace GiNaC {
+
 class ex;
 class numeric;
 class relational;
@@ -122,4 +125,6 @@ relational operator>=(numeric const & lh, ex const & rh);
 ostream & operator<<(ostream & os, ex const & e);
 istream & operator>>(istream & is, ex & e);
 
+} // namespace GiNaC
+
 #endif // ndef __GINAC_OPERATORS_H__