127a128,135
> if (size() > maxSize()) {
> std::ostringstream ss;
> ss << size() << " binds exceeds maximum of " << maxSize() <<
> " allowed";
> portBase->report_error(
> "(E109) complete binding failed", ss.str().c_str());
> }
>