We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6672d7c commit d319abfCopy full SHA for d319abf
vm/boostenv/main/boostvm.cc
@@ -47,7 +47,7 @@ BoostVM::BoostVM(BoostEnvironment& environment,
47
std::unique_ptr<std::string>&& app, bool isURL) :
48
VirtualMachine(environment, options), env(environment),
49
vm(this), identifier(identifier),
50
- uuidGenerator(random_generator),
+ uuidGenerator(),
51
portClosed(false),
52
_asyncIONodeCount(0),
53
preemptionTimer(environment.io_service),
0 commit comments