Skip to content

Commit 3db0475

Browse files
authored
Merge pull request #721 from cppalliance/Remove_type_traits
2 parents 4bf4e48 + fadef49 commit 3db0475

File tree

7 files changed

+1
-223
lines changed

7 files changed

+1
-223
lines changed

doc/decimal.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ include::decimal/cstdio.adoc[]
3636
include::decimal/functional.adoc[]
3737
include::decimal/limits.adoc[]
3838
include::decimal/config.adoc[]
39-
include::decimal/type_traits.adoc[]
4039
include::decimal/examples.adoc[]
4140
include::decimal/benchmarks.adoc[]
4241
include::decimal/design.adoc[]

doc/decimal/type_traits.adoc

Lines changed: 0 additions & 61 deletions
This file was deleted.

include/boost/decimal.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
#include <boost/decimal/hash.hpp>
3838
#include <boost/decimal/cfloat.hpp>
3939
#include <boost/decimal/charconv.hpp>
40-
#include <boost/decimal/type_traits.hpp>
4140
#include <boost/decimal/detail/io.hpp>
4241
#include <boost/decimal/cstdio.hpp>
4342
#include <boost/decimal/bid_conversion.hpp>

include/boost/decimal/type_traits.hpp

Lines changed: 0 additions & 115 deletions
This file was deleted.

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ include(BoostTestJamfile OPTIONAL RESULT_VARIABLE HAVE_BOOST_TEST)
77

88
if(HAVE_BOOST_TEST)
99

10-
boost_test_jamfile(FILE Jamfile LINK_LIBRARIES Boost::decimal Boost::core Boost::math Boost::multiprecision Boost::charconv Boost::type_traits)
10+
boost_test_jamfile(FILE Jamfile LINK_LIBRARIES Boost::decimal Boost::core Boost::math Boost::multiprecision Boost::charconv)
1111

1212
endif()

test/Jamfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,4 @@ run test_tanh.cpp ;
141141
run test_tgamma.cpp ;
142142
run test_to_chars.cpp ;
143143
run test_to_string.cpp ;
144-
run test_type_traits.cpp ;
145144
run test_zeta.cpp ;

test/test_type_traits.cpp

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)