[interfacekit] Re: Submitted for your approval: the PortLink module

>       PortLink& operator<<(PortLink& Link, T data)

Ack!  That should be:

        PortLink& operator<<(PortLink& Link, T& data)

Don't want to do any unnecessary copying!

e

Data is not information, and information is not knowledge: knowledge is 
not understanding, and understanding is not wisdom.
        - Philip Adams


Other related posts: