We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8f991 commit 210a171Copy full SHA for 210a171
src/transport/Session.h
@@ -84,6 +84,8 @@ class Session;
84
*
85
* To meet the requirements of "you should not store this", the Handle has additional restrictions
86
* preventing modification (no assignment or copy constructor) and allows only move.
87
+ * NOTE: `move` should likely also not be allowed, however we need to have the ability to
88
+ * return such objects from method calls, so it is currently allowed.
89
90
*/
91
class SessionHandle
0 commit comments