Skip to content

Commit

Permalink
Merge pull request #721 from cppalliance/Remove_type_traits
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland authored Aug 23, 2024
2 parents 4bf4e48 + fadef49 commit 3db0475
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 223 deletions.
1 change: 0 additions & 1 deletion doc/decimal.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ include::decimal/cstdio.adoc[]
include::decimal/functional.adoc[]
include::decimal/limits.adoc[]
include::decimal/config.adoc[]
include::decimal/type_traits.adoc[]
include::decimal/examples.adoc[]
include::decimal/benchmarks.adoc[]
include::decimal/design.adoc[]
Expand Down
61 changes: 0 additions & 61 deletions doc/decimal/type_traits.adoc

This file was deleted.

1 change: 0 additions & 1 deletion include/boost/decimal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#include <boost/decimal/hash.hpp>
#include <boost/decimal/cfloat.hpp>
#include <boost/decimal/charconv.hpp>
#include <boost/decimal/type_traits.hpp>
#include <boost/decimal/detail/io.hpp>
#include <boost/decimal/cstdio.hpp>
#include <boost/decimal/bid_conversion.hpp>
Expand Down
115 changes: 0 additions & 115 deletions include/boost/decimal/type_traits.hpp

This file was deleted.

2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ include(BoostTestJamfile OPTIONAL RESULT_VARIABLE HAVE_BOOST_TEST)

if(HAVE_BOOST_TEST)

boost_test_jamfile(FILE Jamfile LINK_LIBRARIES Boost::decimal Boost::core Boost::math Boost::multiprecision Boost::charconv Boost::type_traits)
boost_test_jamfile(FILE Jamfile LINK_LIBRARIES Boost::decimal Boost::core Boost::math Boost::multiprecision Boost::charconv)

endif()
1 change: 0 additions & 1 deletion test/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,4 @@ run test_tanh.cpp ;
run test_tgamma.cpp ;
run test_to_chars.cpp ;
run test_to_string.cpp ;
run test_type_traits.cpp ;
run test_zeta.cpp ;
43 changes: 0 additions & 43 deletions test/test_type_traits.cpp

This file was deleted.

0 comments on commit 3db0475

Please sign in to comment.