Skip to content

Commit

Permalink
Handle clang-tidy messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Nov 29, 2024
1 parent 0ce240e commit c68392b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/example008_bernoulli_tgamma.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -352,11 +352,6 @@ namespace example008_bernoulli
}
} // namespace example008_bernoulli

#if !defined(WIDE_DECIMAL_DISABLE_IOSTREAM)
#include <iomanip>
#include <iostream>
#endif

#if defined(WIDE_DECIMAL_NAMESPACE)
auto WIDE_DECIMAL_NAMESPACE::math::wide_decimal::example008_bernoulli_tgamma() -> bool
#else
Expand Down

0 comments on commit c68392b

Please sign in to comment.