You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bandwidthtest example program uses std::cout and friends, but doesn't #include <iostream> directly. It didn't fail so far because we had a "loose" iostream include which had snuck into the wrappers.
The text was updated successfully, but these errors were encountered:
The bandwidthtest example program uses
std::cout
and friends, but doesn't#include <iostream>
directly. It didn't fail so far because we had a "loose" iostream include which had snuck into the wrappers.The text was updated successfully, but these errors were encountered: