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 f52b71f commit dbc60afCopy full SHA for dbc60af
src/fast++.cpp
@@ -28,6 +28,10 @@ const constexpr uint_t log_style::none;
28
const constexpr uint_t log_style::decimal;
29
const constexpr uint_t log_style::abmag;
30
31
+const constexpr uint_t lir_component::all;
32
+const constexpr uint_t lir_component::bc;
33
+const constexpr uint_t lir_component::cirrus;
34
+
35
36
int vif_main(int argc, char* argv[]) {
37
std::string param_file = (argc >= 2 ? argv[1] : "fast.param");
0 commit comments