pass as reference
This commit is contained in:
2
ml.h
2
ml.h
@@ -34,7 +34,7 @@ public:
|
||||
// have this atom in scope?
|
||||
// This is only used to determine which atoms to capture when
|
||||
// creating a lambda function.
|
||||
bool has(std::string name) const;
|
||||
bool has(const std::string &name) const;
|
||||
|
||||
// Get the value associated with this name in this scope
|
||||
MlValue get(const std::string &name) const;
|
||||
|
||||
Reference in New Issue
Block a user