You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
voidissueWarning(Warning warning, std::string message) {
// use Warning enum to increment a counter in a std::map// print the message
}
std::string formatTileMessage(int a, int b) {
// complex message formatting is handled by helper methods
}
// the calling code would do the following:issueWarning(Warning::BAD_TILE, formatTileMessage(foo, 10));
The text was updated successfully, but these errors were encountered:
We could have something like the following:
The text was updated successfully, but these errors were encountered: