mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
fcd983440e
We are using std::isspace() with one parameter. That function is defined in the cctype header. ``` win32ipcutils.cpp(34): error C2672: 'std::isspace': no matching overloaded function found win32ipcutils.cpp(34): error C2780: 'bool std::isspace(_Elem,const std::locale &)': expects 2 arguments - 1 provided ``` Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3933> |
||
---|---|---|
.. | ||
win32ipcmmf.cpp | ||
win32ipcmmf.h | ||
win32ipcpipeclient.cpp | ||
win32ipcpipeclient.h | ||
win32ipcpipeserver.cpp | ||
win32ipcpipeserver.h | ||
win32ipcprotocol.cpp | ||
win32ipcprotocol.h | ||
win32ipcutils.cpp | ||
win32ipcutils.h |