Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
SharedContext.h
Go to the documentation of this file.
1
19#ifndef PYSTON_SHAREDCONTEXT_H
20#define PYSTON_SHAREDCONTEXT_H
21
22#include "Graph/Node.h"
23
24namespace Pyston {
25
35extern thread_local Context sharedContext;
36
37} // namespace Pyston
38
39#endif // PYSTON_SHAREDCONTEXT_H
thread_local Context sharedContext
std::map< std::string, boost::any > Context
Definition Node.h:99