Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dakka committed Mar 31, 2024
1 parent b0c42a9 commit f7cc2c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,8 @@ All methods in this class are _static_. You cannot instantiate an object of this
## Use of `std::string_view`
All of the generated static strings and generated static tables obtained by `std::source_location` use the library defined `fixed_string`. No string copying is done at runtime, resulting in
a single static string in your application. All `conjure_enum` methods that return strings _only_ return `std::string_view`.
To demonstrate this, the default build of `example` performs a [strip](https://en.wikipedia.org/wiki/Strip_(Unix)) on the executable.
To demonstrate this, the default build of `example` performs a [strip](https://en.wikipedia.org/wiki/Strip_(Unix)) on the executable. Then we run
[strings](https://en.wikipedia.org/wiki/Strings_(Unix)) on the executable.

<details><summary><i>shell output</i></summary>
<p>
Expand Down

0 comments on commit f7cc2c8

Please sign in to comment.