mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
17-ify namespaces
This commit is contained in:
@@ -9,13 +9,10 @@
|
||||
#ifndef FAIR_MQ_PROGOPTIONSFWD_H
|
||||
#define FAIR_MQ_PROGOPTIONSFWD_H
|
||||
|
||||
namespace fair
|
||||
{
|
||||
namespace mq
|
||||
namespace fair::mq
|
||||
{
|
||||
class ProgOptions;
|
||||
}
|
||||
}
|
||||
|
||||
using FairMQProgOptions = fair::mq::ProgOptions;
|
||||
|
||||
|
Reference in New Issue
Block a user