Skip to content

Commit f01c91f

Browse files
authored
Update README.md
1 parent 60d61f1 commit f01c91f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ A collection of minimal, self-contained C++ examples demonstrating multiple ways
5050
* ⚠️ Not thread-safe in C++ — suffers from data races and reordering issues
5151
* ❌ DCLP is unreliable because multiple threads may observe a partially constructed object
5252
* ⛔ Obsoleted by C++11 (local static initialization is the correct modern solution)
53-
* Reference: https://www.aristeia.com/Papers/DDJ_Jul_Aug_2004
53+
* Reference: [https://www.aristeia.com/Papers/DDJ_Jul_Aug_2004](https://www.aristeia.com/Papers/DDJ_Jul_Aug_2004_revised.pdf)
5454

5555
### ⭐ singleton-smart-pointer-example
5656
* Singleton using a static local smart pointer

0 commit comments

Comments
 (0)