$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] integer constant too large for 'long' type
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2010-03-11 03:33:00
Isn't it :
boost::uniform_int<uint64_t> r(0,0xffffffffffffffffLL);
with the explicit LL for long long on the constant ?