8000 Tags · mk386/cling · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mk386/cling

Tags

__internal-root-feb43fd31d73664ada92a0abdf608f478c70da70

Toggle __internal-root-feb43fd31d73664ada92a0abdf608f478c70da70's commit message
DynamicLibraryManager::loadLibrary if the parameter resolve is false

The error occurs only when `loadLibrary()` is called with the argument `resolved = false`.
A const string reference is not possible here because a temporary copy of
lResolved would be referenced. The return type of libStem.str() has the
value type prvalue. Therefore, lResolved requires the same type and the
compiler inserts a copy constructor to satisfy this. For more details
see rule 3.3.1 here:
https://en.cppreference.com/w/cpp/language/operator_other#Conditional_operator

v0.9

Toggle v0.9's commit message
Tagging release v0.9

v0.8

Toggle v0.8's commit message
Tagging release v0.8

v0.7

Toggle v0.7's commit message
Tagging release v0.7

v0.6

Toggle v0.6's commit message
Tag cling release v0.6.

See https://github.com/root-project/cling/releases/tag/v0.6 for the release page

v0.5

Toggle v0.5's commit message
Tag cling release v0.5

v0.4

Toggle v0.4's commit message
Tagging release v0.4

v0.3

Toggle v0.3's commit message
Tag release v0.3

v0.2

Toggle v0.2's commit message
Tag a new version 0.2

v0.1

Toggle v0.1's commit message
Tagging version 0.1.

0