Update src/CalcManager/Ratpack/ratpak.h

Co-Authored-By: danbelcher-MSFT <dabelc@microsoft.com>
This commit is contained in:
Michał Janiszewski 2019-04-15 15:01:33 -07:00 committed by GitHub
commit 7b05e52fe4

View file

@ -20,6 +20,8 @@
#include <algorithm> #include <algorithm>
#include <string> #include <string>
#include "CalcErr.h" #include "CalcErr.h"
#include <cstring> // for memmove
#include <sal.h> // for SAL
static constexpr uint32_t BASEXPWR = 31L;// Internal log2(BASEX) static constexpr uint32_t BASEXPWR = 31L;// Internal log2(BASEX)
static constexpr uint32_t BASEX = 0x80000000; // Internal radix used in calculations, hope to raise static constexpr uint32_t BASEX = 0x80000000; // Internal radix used in calculations, hope to raise