feat!: Remove non-namespaced headers and typenames

The removed headers and typenames were deprecated in v1.5.0.

See https://github.com/FairRootGroup/FairMQ/discussions/423 for more details.

BREAKING CHANGE
This commit is contained in:
Dennis Klein
2023-04-05 12:20:25 +02:00
committed by Dennis Klein
parent 33ddcaad5e
commit d76de7c0ea
23 changed files with 11 additions and 250 deletions

View File

@@ -92,6 +92,4 @@ struct Parts
} // namespace fair::mq
using FairMQParts [[deprecated("Use fair::mq::Parts")]] = fair::mq::Parts;
#endif /* FAIR_MQ_PARTS_H */