Skip to content

Commit d319abf

Browse files
committed
Fix for boost 1.66.0
1 parent 6672d7c commit d319abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/boostenv/main/boostvm.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ BoostVM::BoostVM(BoostEnvironment& environment,
4747
std::unique_ptr<std::string>&& app, bool isURL) :
4848
VirtualMachine(environment, options), env(environment),
4949
vm(this), identifier(identifier),
50-
uuidGenerator(random_generator),
50+
uuidGenerator(),
5151
portClosed(false),
5252
_asyncIONodeCount(0),
5353
preemptionTimer(environment.io_service),

0 commit comments

Comments
 (0)