mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-05 16:31:01 +02:00
make it useable for me
extent cmake-format config file use package-lock too
This commit is contained in:
parent
d4c654f026
commit
47fa7c6933
14 changed files with 225 additions and 29 deletions
|
@ -25,7 +25,7 @@ namespace greeter {
|
|||
* @param lang the language to greet in
|
||||
* @return a string containing the greeting
|
||||
*/
|
||||
[[nodiscard]] std::string greet(LanguageCode lang = LanguageCode::EN) const;
|
||||
[[nodiscard]] auto greet(LanguageCode lang = LanguageCode::EN) const -> std::string;
|
||||
};
|
||||
|
||||
} // namespace greeter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue