We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23c980 commit fae724aCopy full SHA for fae724a
CMakeLists.txt
@@ -15,7 +15,7 @@ endif()
15
project(ReadoutCard
16
VERSION 0.31.0
17
DESCRIPTION "O2 ReadoutCard library"
18
- LANGUAGES CXX
+ LANGUAGES C CXX
19
)
20
21
# Documentation dir
include/ReadoutCard/NamespaceAlias.h
@@ -18,10 +18,13 @@
// "fake" namespace forward decalaration so that
// the `using` directive can find the namespace
-namespace o2 {}
+namespace o2
22
+{
23
+}
24
-namespace AliceO2 {
- using namespace o2;
25
+namespace AliceO2
26
27
+using namespace o2;
28
}
29
30
#endif // O2_READOUTCARD_NAMESPACE_ALIAS_H_
0 commit comments