Skip to content

Commit

Permalink
SparseShape::is_dense() now returns a constexpr.
Browse files Browse the repository at this point in the history
  • Loading branch information
justusc committed Feb 15, 2015
1 parent 6d57b21 commit 0d1d648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TiledArray/sparse_shape.h
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ namespace TiledArray {
/// Check density

/// \return true
static bool is_dense() { return false; }
static constexpr bool is_dense() { return false; }

/// Threshold accessor

Expand Down

0 comments on commit 0d1d648

Please sign in to comment.