From: Christian Bauer Date: Thu, 21 Aug 2003 22:50:32 +0000 (+0000) Subject: synced to 1.2 X-Git-Tag: release_1-1-3~6 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=commitdiff_plain;h=42e4bb4ac3b2770fc635624b322b8fa8d07def2f;p=ginac.git synced to 1.2 --- diff --git a/ginac/ex.h b/ginac/ex.h index cb97ac96..ade1fd47 100644 --- a/ginac/ex.h +++ b/ginac/ex.h @@ -68,12 +68,10 @@ class scalar_products; class ex { friend class archive_node; - friend bool are_ex_trivially_equal(const ex &, const ex &); - template friend const T &ex_to(const ex &); - template friend bool is_a(const ex &); - template friend bool is_exactly_a(const ex &); - -// member functions + friend inline bool are_ex_trivially_equal(const ex &, const ex &); + template friend inline const T &ex_to(const ex &); + template friend inline bool is_a(const ex &); + template friend inline bool is_exactly_a(const ex &); // default ctor, dtor, copy ctor, assignment operator and helpers public: