Hi,
I'm using Connext DDS Pro 5.3.0 with VS 2015/2017.
my C++ code uses dds::core::cond::WaitSet
in various places.
I'm cleaning up the include directives, and I have just realized that there is no forward declaration of dds::core::cond::WaitSet
in your SDK.
I would expect to find it inĀ <dds/core/corefwd.hpp>
but this file does not contain any forward declaration of WaitSet.
In this file, the only fwd declaration in the cond namespace is
namespace cond
{