Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff42e7b

Browse files
closing isocpp#547
(now?) we have CP.3 and CP.31. Also CP.mess. Yes we need more work on CP.mess
1 parent ecabc36 commit ff42e7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CppCoreGuidelines.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13365,6 +13365,7 @@ Making `surface_readings` be `const` (with respect to this function) allow reaso
1336513365

1336613366
Immutable data can be safely and efficiently shared.
1336713367
No locking is needed: You can't have a data race on a constant.
13368+
See also [CP.mess: Message Passing](#SScp-messs) and [CP.31: prefer pass by value](#C#Rconc-data-by-value).
1336813369

1336913370
##### Enforcement
1337013371

0 commit comments

Comments
 (0)