On 09-Aug-97, Cliff Rhodes wrote to Javier Kohen about inline const;.
CR> JK>Why would BC++ 4.51 sometimes compile inline int
CR> JK>SomeClass:someFunc(void) const; fine, but the linker won't
CR> JK>find the "symbol".
CR> Is the definition of someFunc() visible to all modules that call
CR> it? IE, is it in a header file? Not just a declaration, a
CR> definition.
enum Boolean {
False, True
};
class Mouse {
[..]
public:
[..]
/* This should be "inline Boolean installed() const;". */
Boolean installed() const;
[..]
};
Note that this also happened to me in another project.
Javier Kohen [The_Crusher] http://jkohen.base.org
... A social life? What board can I download THAT from?
-!- CrusherTag 0.3.2.
--- Terminate 5.00 UnReg
---------------
* Origin: The King of The Ring (4:900/748.3)
|