Fixed a bug that was breaking optimized builds
This commit is contained in:
parent
aebf77d5b4
commit
234348f7fa
1 changed files with 0 additions and 5 deletions
|
|
@ -380,13 +380,8 @@ protected:
|
||||||
|
|
||||||
class call_scope_t : public context_scope_t
|
class call_scope_t : public context_scope_t
|
||||||
{
|
{
|
||||||
#if defined(DEBUG_ON)
|
|
||||||
public:
|
public:
|
||||||
#endif
|
|
||||||
value_t args;
|
value_t args;
|
||||||
#if defined(DEBUG_ON)
|
|
||||||
private:
|
|
||||||
#endif
|
|
||||||
mutable void * ptr;
|
mutable void * ptr;
|
||||||
|
|
||||||
value_t& resolve(const std::size_t index,
|
value_t& resolve(const std::size_t index,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue