Skip to content

Commit

Permalink
MSVC compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
pegasus.cadence@gmail.com committed Nov 8, 2024
1 parent d616ab0 commit 8e3fa34
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main.compatible.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
#include <type_traits>
#include <cassert>

#define has_no_std_float
#ifdef _MSC_VER
#define COMPILER_HAS_NO_STD_FLOAT
#endif

#include "rangex_lib.h"
using namespace ns_rangex;

Expand Down

0 comments on commit 8e3fa34

Please sign in to comment.