Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/P-p-H-d/mlib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Pelissier <patrick.pelissier@gmail.com>2021-06-12 12:11:30 +0300
committerPatrick Pelissier <patrick.pelissier@gmail.com>2021-06-12 12:11:30 +0300
commita950e156253d7ad406a09f144668f1846a9d2cff (patch)
tree6b9a0a4c2dd13d742d8b9714fe4ad4e978021003 /m-concurrent.h
parentcf8b198dacfec9bfd583f641e41a882a263916e2 (diff)
Adding method for NAME operator for basic containers
Diffstat (limited to 'm-concurrent.h')
-rw-r--r--m-concurrent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/m-concurrent.h b/m-concurrent.h
index ad55a36..7cd0237 100644
--- a/m-concurrent.h
+++ b/m-concurrent.h
@@ -103,6 +103,7 @@
,M_IF_METHOD(INIT_MOVE, oplist)(INIT_MOVE(M_C(name, _init_move)),) \
,M_IF_METHOD(MOVE, oplist)(MOVE(M_C(name, _move)),) \
,M_IF_METHOD(SWAP,oplist)(SWAP(M_C(name, _swap)),) \
+ ,NAME(name) \
,TYPE(M_C(name,_ct)) \
,SUBTYPE(M_C(name, _subtype_ct)) \
,OPLIST(oplist) \