cginternals / libzeug

deprecated: C++ sanctuary for small but powerful and frequently required, stand alone features.
MIT License
16 stars 13 forks source link

Disallow copying of ScopedConnection & explicitly allow moving #123

Closed j-o closed 9 years ago

j-o commented 9 years ago

Prevents accidental disconnection due to reallocation when ScopedConnections are stored in a container.

mjendruk commented 9 years ago

:+1: have had this before

mjendruk commented 9 years ago

We should consider to remove the ConnectionMap class as it becomes obsolete with these changes.