CortidQCT  1.2.2.52
propagate_const.h
1 #pragma once
2 
3 #if __has_include(<propagate_const>)
4 # include <propagate_const>
5 #elif __has_include(<experimental/propagate_const>)
6 
7 # include <experimental/propagate_const>
8 namespace std {
9 using experimental::propagate_const;
10 } // namespace std
11 
12 #else
13 
14 #define CORTIDQCT_NO_PROPAGATE_CONST
15 
16 #endif
Definition: ColorToLabelMap.h:27