Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 295763447
  • Loading branch information
Google Research Team authored and copybara-github committed Feb 18, 2020
1 parent fdc4c03 commit eb1fe09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eeg_modelling/edf/base/statusor.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
namespace eeg_modelling {

template <typename T>
#if !defined(CLANG_WARN_UNUSED_RESULT) || defined(SWIG)
#if !defined(ABSL_MUST_USE_RESULT) || defined(SWIG)
class StatusOr {
#else
class CLANG_WARN_UNUSED_RESULT StatusOr {
class ABSL_MUST_USE_RESULT StatusOr {
#endif
template <typename U>
friend class StatusOr;
Expand Down

0 comments on commit eb1fe09

Please sign in to comment.