mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 23:15:52 +00:00
Add beast::tagged_integer:
* Wraps standard integer types to provide type-safety * Named types provide self-documenting semantics * Catches programmer errors involving mismatched types at compile time * Operators restrict mutation to only safe and meaningful operations
This commit is contained in:
committed by
Vinnie Falco
parent
c0dfbdc910
commit
a45b532664
@@ -32,3 +32,4 @@
|
||||
#include "tests/bassert.test.cpp"
|
||||
#include "tests/empty_base_optimization.test.cpp"
|
||||
#include "tests/Zero.test.cpp"
|
||||
#include "tests/tagged_integer.test.cpp"
|
||||
|
||||
Reference in New Issue
Block a user