Skip to content

Commit

Permalink
Update usage (demo) godbolt link
Browse files Browse the repository at this point in the history
  • Loading branch information
mguludag authored Jun 4, 2023
1 parent f893182 commit e2fb147
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 @@ -19,7 +19,7 @@ Converting (scoped)enum values to/from string names written in C++>=11.
* Wider range can increase compile time so user responsible to adjusting for enum's range


## Usage ([try it!](https://godbolt.org/z/h6P4von3s))
## Usage ([try it!](https://godbolt.org/z/cKsEo353T))
```C++
#include <iostream>
#include "enum_name.hpp"
Expand Down

0 comments on commit e2fb147

Please sign in to comment.