Skip to content
Snippets Groups Projects

CA: QA updates

Merged Sergei Zharko requested to merge s.zharko/cbmroot:ca-qa-3 into master
Files
24
@@ -95,8 +95,7 @@ public:
@@ -95,8 +95,7 @@ public:
/// Technical flag: true - all downcasts are done with dynamic_cast followed by checks for nullptr (increases
/// Technical flag: true - all downcasts are done with dynamic_cast followed by checks for nullptr (increases
// computing time, better for debug), false - all downcasts are done with static_cast without sanity checks
// computing time, better for debug), false - all downcasts are done with static_cast without sanity checks
// (decreases computting time, but can cause bugs)
// (decreases computing time, but can cause bugs)
static constexpr bool kUseDynamicCast {true};
static constexpr bool kUseDynamicCast {true};
Loading