Commit 7b133c70 authored by peastman's avatar peastman
Browse files

Merge pull request #174 from peastman/master

Updated documentation for Lepton
parents 18587bd4 587ed0c0
......@@ -50,6 +50,9 @@ class ParsedExpression;
* is visible.
*
* A CompiledExpression is created by calling createCompiledExpression() on a ParsedExpression.
*
* WARNING: CompiledExpression is NOT thread safe. You should never access a CompiledExpression from two threads at
* the same time.
*/
class LEPTON_EXPORT CompiledExpression {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment