Skip to content

Commit a61680d

Browse files
committed
QPR-12140 fix
1 parent 7e0f1cf commit a61680d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ql/math/randomnumbers/burley2020sobolrsg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ namespace QuantLib {
5353

5454
// for reverseBits() see http://graphics.stanford.edu/~seander/bithacks.html#BitReverseTable
5555

56-
static const std::uint_8 bitReverseTable[] = {
56+
static const std::uint8_t bitReverseTable[] = {
5757
0u, 128u, 64u, 192u, 32u, 160u, 96u, 224u, 16u, 144u, 80u, 208u, 48u, 176u,
5858
112u, 240u, 8u, 136u, 72u, 200u, 40u, 168u, 104u, 232u, 24u, 152u, 88u, 216u,
5959
56u, 184u, 120u, 248u, 4u, 132u, 68u, 196u, 36u, 164u, 100u, 228u, 20u, 148u,

0 commit comments

Comments
 (0)