JoeStrout / miniscript

source code of both C# and C++ implementations of the MiniScript scripting language
MIT License
280 stars 64 forks source link

remove include <bit> #145

Closed toge closed 3 months ago

toge commented 7 months ago

remove #include <bit> for supporting C++17.

Try to close https://github.com/JoeStrout/miniscript/issues/140.

toge commented 3 months ago

@JoeStrout Thanks!