From 8ab6ead1649cb7c8e3a5082ae4a9107ebe34f72d Mon Sep 17 00:00:00 2001 From: Harald Date: Fri, 10 May 2024 14:27:51 +0200 Subject: [PATCH] escape __FILE__ as code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f138b13..cc86b06 100644 --- a/README.md +++ b/README.md @@ -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.