Skip to content

Commit

Permalink
Adding new property:
Browse files Browse the repository at this point in the history
multithread safety if the container handles itself the multi thread
  • Loading branch information
P-p-H-d committed Oct 27, 2024
1 parent 6028008 commit 14c954c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions m-core.h
Original file line number Diff line number Diff line change
Expand Up @@ -3453,6 +3453,7 @@ M_INLINE size_t m_core_cstr_hash(const char str[])
// As properties only
#define M_X_LET_AS_INIT_WITH_LET_AS_INIT_WITH(a) ,a,
#define M_X_NOCLEAR_NOCLEAR(a) ,a,
#define M_X_THREADSAFE_THREADSAFE(a) ,a,

/* From an oplist - an unorded list of methods : like "INIT(mpz_init),CLEAR(mpz_clear),SET(mpz_set)" -
Return the given method in the oplist or the default method.
Expand Down

0 comments on commit 14c954c

Please sign in to comment.