Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!apple!ames!pasteur!ucbvax!agate!saturn!saturn.ucsc.edu!daniel From: daniel@saturn.ucsc.edu (Daniel Edelson) Newsgroups: comp.lang.c++ Subject: invoking operators Message-ID: <7582@saturn.ucsc.edu> Date: 19 May 89 21:49:50 GMT Sender: daniel@saturn.ucsc.edu Reply-To: daniel@saturn.ucsc.edu (Daniel Edelson) Organization: University of California, Santa Cruz; CIS/CE Lines: 18 In general, is it legal under 2.0 to invoke a member operator as o.operator@(x) rather than as o @ x if @ is binary, or as o.operator@() rather than @o (or o@) if @ is unary? Are there exceptions to the rule? daniel edelson daniel@saturn.ucdc.edu