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
There are at least 3 different ways errors are logged/handled: std::cerr, std::runtime_error, and CHECK (a google macro defined in logging.h). We should adhere to one standard, the ideal one probably being MELO. This will introduce an additional dependency, though.
The text was updated successfully, but these errors were encountered:
There are at least 3 different ways errors are logged/handled:
std::cerr
,std::runtime_error
, andCHECK
(a google macro defined inlogging.h
). We should adhere to one standard, the ideal one probably beingMELO
. This will introduce an additional dependency, though.The text was updated successfully, but these errors were encountered: