Skip to content

Instantly share code, notes, and snippets.

@stryku
Created July 12, 2017 19:31
Show Gist options
  • Save stryku/aaade79b334ec6a5a732551c6f737319 to your computer and use it in GitHub Desktop.
Save stryku/aaade79b334ec6a5a732551c6f737319 to your computer and use it in GitHub Desktop.
const std::string foo{ "foo" };
const auto bar{ 20. };
const auto baz{ 6 };
logger.info("Foo: {}, bar: {}, baz: {}", foo, bar, baz);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment