Skip to content

Commit

Permalink
escape __FILE__ as code
Browse files Browse the repository at this point in the history
  • Loading branch information
a4z authored May 10, 2024
1 parent 70d1f70 commit 8ab6ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Feel free to open an issue if you need help with that.

## Getting short file names as compile time strings

Reproducible and fix size 'strings' of __FILE__ at compile time.
Reproducible and fix size 'strings' for the `__FILE__` name at compile time.

The code is related to the blog post ['Compile time string literals processing, but why'](https://a4z.gitlab.io/blog/2023/11/04/Compiletime-string-literals-processing.html), which describes some more details about this feature.

Expand Down

0 comments on commit 8ab6ead

Please sign in to comment.