Skip to content

Commit

Permalink
fixtypo in NOTES.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jul 8, 2024
1 parent 95fc7c5 commit b61da72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1556,8 +1556,8 @@ inline constants:
- so inline constants are only one option with Clang-cl

The conclusion is that the funckin string constants 💥, it was bearable until I have added the Clang-cl MSVC support.
Clang under <v18 is full of bugs, the same is true for lld. Huge amount of problems were fixed before 14-18.
I think is the time to try Clang libc++ std library again and give it a try, but I don't believe I compile basic code, last time I tried I had a problems with hello world. 😅
Clang under <v18 is full of bugs, the same is true for LLD. Huge amount of problems were fixed between Clang 14-18.
I think is a time to try Clang libc++ std library again and give it a try, but I don't believe I compile basic code, last time I tried I had a problems with hello world. 😅


eagerLoadRelations() and Model::load() history:
Expand Down Expand Up @@ -2918,7 +2918,7 @@ c++ mutex-es:
The Note, to avoid always figuring out how this works, update this if I will use mutexes and will
have more experiences.

Nice sum up, all about multithreading:
Nice sum up, all about multi-threading:
https://www.youtube.com/watch?v=A7sVFJLJM-A&t=2450s&ab_channel=CppCon

- always use std::scoped_lock
Expand Down

0 comments on commit b61da72

Please sign in to comment.