From 7c9c0a57e90ab37d747f7fa210cdd3b81fd3f346 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Wed, 4 May 2011 11:41:24 -0400 Subject: remove compile-time size assert --- utils/fast_sparse_vector.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/fast_sparse_vector.h') diff --git a/utils/fast_sparse_vector.h b/utils/fast_sparse_vector.h index 8d381b60..4aae2039 100644 --- a/utils/fast_sparse_vector.h +++ b/utils/fast_sparse_vector.h @@ -361,10 +361,12 @@ std::size_t hash_value(FastSparseVector const& x) { return 0; } +#if 0 namespace performance_checks { // if you get a failure on the next line, you should adjust LOCAL_MAX for // your architecture BOOST_STATIC_ASSERT(sizeof(FastSparseVector) == L2_CACHE_LINE); }; +#endif #endif -- cgit v1.2.3