summaryrefslogtreecommitdiff
path: root/src/Simplex_tree/include/gudhi/Simplex_tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Simplex_tree/include/gudhi/Simplex_tree.h')
-rw-r--r--src/Simplex_tree/include/gudhi/Simplex_tree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Simplex_tree/include/gudhi/Simplex_tree.h b/src/Simplex_tree/include/gudhi/Simplex_tree.h
index bf9b3e13..aeb0364f 100644
--- a/src/Simplex_tree/include/gudhi/Simplex_tree.h
+++ b/src/Simplex_tree/include/gudhi/Simplex_tree.h
@@ -80,8 +80,8 @@ struct Simplex_tree_options_full_featured {
typedef int Vertex_handle;
typedef double Filtration_value;
typedef int Simplex_key;
- static constexpr bool store_key = true;
- static constexpr bool store_filtration = true;
+ static const bool store_key = true;
+ static const bool store_filtration = true;
};
/**