pdxcodemonkey commented on pull request #713:
URL: https://github.com/apache/geode-native/pull/713#issuecomment-754882232
@mkevo I'm also getting build errors on Windows:
```
C:\nativeclient\cppcache\integration\test\DisconnectEndPointAtException.cpp(54):
error C2079: 'previousTestLog' uses undefined class
'std::basic_ifstream<char,std::char_traits<char>>'
[C:\build\cppcache\integration\test\cpp-integration-test.vcxproj]
Building Custom Rule
C:/nativeclient/cppcache/integration-test/CMakeLists.txt
C:\nativeclient\cppcache\integration\test\DisconnectEndPointAtException.cpp(54):
error C2440: 'initializing': cannot convert from 'std::string' to 'int'
[C:\build\cppcache\integration\test\cpp-integration-test.vcxproj]
C:\nativeclient\cppcache\integration\test\DisconnectEndPointAtException.cpp(54):
note: No user-defined-conversion operator available that can perform this
conversion, or the operator cannot be called
C:\nativeclient\cppcache\integration\test\DisconnectEndPointAtException.cpp(168):
error C2079: 'testLog' uses undefined class
'std::basic_ifstream<char,std::char_traits<char>>'
[C:\build\cppcache\integration\test\cpp-integration-test.vcxproj]
C:\nativeclient\cppcache\integration\test\DisconnectEndPointAtException.cpp(168):
error C2440: 'initializing': cannot convert from 'std::string' to 'int'
[C:\build\cppcache\integration\test\cpp-integration-test.vcxproj]
C:\nativeclient\cppcache\integration\test\DisconnectEndPointAtException.cpp(168):
note: No user-defined-conversion operator available that can perform this
conversion, or the operator cannot be called
C:\nativeclient\cppcache\integration\test\DisconnectEndPointAtException.cpp(174):
error C2672: 'getline': no matching overloaded function found
[C:\build\cppcache\integration\test\cpp-integration-test.vcxproj]
testOverflowPutGetSqLite.cpp
C:\nativeclient\cppcache\integration\test\DisconnectEndPointAtException.cpp(174):
error C2784: 'std::basic_istream<_Elem,_Traits>
&std::getline(std::basic_istream<_Elem,_Traits>
&,std::basic_string<_Elem,_Traits,_Alloc> &)': could not deduce template
argument for 'std::basic_istream<_Elem,_Traits> &' from 'int'
[C:\build\cppcache\integration\test\cpp-integration-test.vcxproj]
Building Custom Rule
C:/nativeclient/cppcache/integration-test/CMakeLists.txt
testThinClientInterest1Cacheless.cpp
C:\Program Files (x86)\Microsoft Visual
Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\string(160): note: see
declaration of 'std::getline'
C:\nativeclient\cppcache\integration\test\DisconnectEndPointAtException.cpp(174):
error C2780: 'std::basic_istream<_Elem,_Traits>
&std::getline(std::basic_istream<_Elem,_Traits>
&,std::basic_string<_Elem,_Traits,_Alloc> &,const _Elem)': expects 3 arguments
- 2 provided [C:\build\cppcache\integration\test\cpp-integration-test.vcxproj]
C:\Program Files (x86)\Microsoft Visual
Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\string(149): note: see
declaration of 'std::getline'
testThinClientRegex3.cpp
C:\nativeclient\cppcache\integration\test\DisconnectEndPointAtException.cpp(174):
error C2784: 'std::basic_istream<_Elem,_Traits>
&std::getline(std::basic_istream<_Elem,_Traits>
&&,std::basic_string<_Elem,_Traits,_Alloc> &)': could not deduce template
argument for 'std::basic_istream<_Elem,_Traits> &&' from 'int'
[C:\build\cppcache\integration\test\cpp-integration-test.vcxproj]
C:\Program Files (x86)\Microsoft Visual
Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\string(129): note: see
declaration of 'std::getline'
C:\nativeclient\cppcache\integration\test\DisconnectEndPointAtException.cpp(174):
error C2780: 'std::basic_istream<_Elem,_Traits>
&std::getline(std::basic_istream<_Elem,_Traits>
&&,std::basic_string<_Elem,_Traits,_Alloc> &,const _Elem)': expects 3 arguments
- 2 provided [C:\build\cppcache\integration\test\cpp-integration-test.vcxproj]
C:\Program Files (x86)\Microsoft Visual
Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\string(76): note: see
declaration of 'std::getline'
testThinClientLargePutAllWithCallBackArg.cpp
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]