Skip to content

Commit

Permalink
Ensure Clang support (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloferz authored Mar 4, 2022
2 parents 2795e98 + 6f2d289 commit f64215d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cxx11utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace cxx11utils


template <typename T>
constexpr void maybe_unused(T&&) { }
inline void maybe_unused(T&&) { }


} // namespace cxx11utils
Expand Down

0 comments on commit f64215d

Please sign in to comment.