About Store Forum Documentation Contact



Post Reply 
a few operators which are not implemented
Author Message
yvanvds Offline
Member

Post: #1
a few operators which are not implemented
Hey Greg,

I just noticed that these operators are missing implementations:

PHP Code:
friend Capsule  operator* (C Capsule &capsuleC Vec     &v);
friend Capsule  operator/ (C Capsule &capsuleC Vec     &v); 

I don't need them but I thought you'd want to know.

Regards,

yvan
12-01-2015 04:51 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: a few operators which are not implemented
Thank you smile just commited to Beta branch, and will be available in the next release.
12-02-2015 08:35 AM
Find all posts by this user Quote this message in a reply
Post Reply