mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-24 19:40:12 +00:00
move to c++11 remove console writes
This commit is contained in:
4
3rdparty/python-console/ParseHelper.h
vendored
4
3rdparty/python-console/ParseHelper.h
vendored
@@ -25,7 +25,7 @@ THE SOFTWARE.
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <list>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <memory>
|
||||
#include "ParseMessage.h"
|
||||
|
||||
class ParseListener;
|
||||
@@ -120,7 +120,7 @@ protected:
|
||||
// TODO: Create a ContinuationParseState to handle this
|
||||
bool inContinuation;
|
||||
std::vector< ParseListener* > listeners;
|
||||
std::vector< boost::shared_ptr< ParseState > > stateStack;
|
||||
std::vector< std::shared_ptr< ParseState > > stateStack;
|
||||
std::vector< std::string > commandBuffer;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user