Skip to content

Commit

Permalink
Correct new headers include guards.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzmaddock committed Nov 3, 2023
1 parent 7f39320 commit 6d6b0a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/boost/math/ccmath/detail/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
//
// Core configuration for ccmath functions, basically will they work or not?

#ifndef BOOST_MATH_CCMATH_ABS
#define BOOST_MATH_CCMATH_ABS
#ifndef BOOST_MATH_CCMATH_DETAIL_CONFIG
#define BOOST_MATH_CCMATH_DETAIL_CONFIG

#include <cmath>
#include <type_traits>
Expand Down

0 comments on commit 6d6b0a8

Please sign in to comment.