SHA256
修改bstlint
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
#ifndef BETTERSTL_BIGDECIMAL_H
|
||||||
|
#define BETTERSTL_BIGDECIMAL_H
|
||||||
|
|
||||||
|
#endif //BETTERSTL_BIGDECIMAL_H
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#ifndef BETTERSTL_BIGINTEGER_HPP
|
||||||
|
#define BETTERSTL_BIGINTEGER_HPP
|
||||||
|
|
||||||
|
#endif //BETTERSTL_BIGINTEGER_HPP
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
#ifndef BETTERSTL_BIGNUMS_HPP
|
||||||
|
#define BETTERSTL_BIGNUMS_HPP
|
||||||
|
|
||||||
|
#include <bstl/biginteger.hpp>
|
||||||
|
#include <bstl/bigdecimal.hpp>
|
||||||
|
|
||||||
|
#endif //BETTERSTL_BIGNUMS_HPP
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
#ifndef BETTERSTL_BSTL_HPP
|
#ifndef BETTERSTL_BSTL_HPP
|
||||||
#define BETTERSTL_BSTL_HPP
|
#define BETTERSTL_BSTL_HPP
|
||||||
|
|
||||||
#include <bstlint.hpp>
|
#include <bstl/bstlint.hpp>
|
||||||
|
|
||||||
#endif //BETTERSTL_BSTL_HPP
|
#endif //BETTERSTL_BSTL_HPP
|
||||||
@@ -2,7 +2,6 @@
|
|||||||
#define BETTERSTL_BSTLINT_HPP
|
#define BETTERSTL_BSTLINT_HPP
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <>
|
|
||||||
|
|
||||||
typedef std::int8_t i8;
|
typedef std::int8_t i8;
|
||||||
typedef std::int16_t i16;
|
typedef std::int16_t i16;
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
#include <bstl/bitdecimal.hpp>
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
#include <bstl/biginteger.hpp>
|
||||||
Reference in New Issue
Block a user