Fixing condition 'sabotaging' MSVC build
This commit is contained in:
parent
2fc6c67400
commit
6134b43ba9
1 changed files with 0 additions and 2 deletions
|
@ -340,9 +340,7 @@ public:
|
|||
CScript() { }
|
||||
CScript(const CScript& b) : std::vector<unsigned char>(b.begin(), b.end()) { }
|
||||
CScript(const_iterator pbegin, const_iterator pend) : std::vector<unsigned char>(pbegin, pend) { }
|
||||
#ifndef _MSC_VER
|
||||
CScript(const unsigned char* pbegin, const unsigned char* pend) : std::vector<unsigned char>(pbegin, pend) { }
|
||||
#endif
|
||||
|
||||
CScript& operator+=(const CScript& b)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue