Skip to content

Commit

Permalink
Fiddle with headers and defines
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Jan 29, 2024
1 parent 51834af commit 88d85bf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ref_app/src/app/benchmark/app_benchmark_non_std_decimal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
// or copy at http://www.boost.org/LICENSE_1_0.txt)
//

#include <cinttypes>
#include <cstdint>
#include <limits>
#include <type_traits>
Expand All @@ -14,9 +13,9 @@

#if(APP_BENCHMARK_TYPE == APP_BENCHMARK_TYPE_NON_STD_DECIMAL)

#if !defined(BOOST_DECIMAL_STANDALONE)
#define BOOST_DECIMAL_STANDALONE
#endif
//#if !defined(BOOST_DECIMAL_STANDALONE)
//#define BOOST_DECIMAL_STANDALONE
//#endif

#if (defined(__arm__) || defined(__AVR__))
#if !defined(BOOST_DECIMAL_DISABLE_CLIB)
Expand Down

0 comments on commit 88d85bf

Please sign in to comment.