We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d61f1 commit f01c91fCopy full SHA for f01c91f
1 file changed
README.md
@@ -50,7 +50,7 @@ A collection of minimal, self-contained C++ examples demonstrating multiple ways
50
* ⚠️ Not thread-safe in C++ — suffers from data races and reordering issues
51
* ❌ DCLP is unreliable because multiple threads may observe a partially constructed object
52
* ⛔ Obsoleted by C++11 (local static initialization is the correct modern solution)
53
-* Reference: https://www.aristeia.com/Papers/DDJ_Jul_Aug_2004
+* Reference: [https://www.aristeia.com/Papers/DDJ_Jul_Aug_2004](https://www.aristeia.com/Papers/DDJ_Jul_Aug_2004_revised.pdf)
54
55
### ⭐ singleton-smart-pointer-example
56
* Singleton using a static local smart pointer
0 commit comments