diff --git a/include/ck/utility/dynamic_buffer.hpp b/include/ck/utility/dynamic_buffer.hpp index 5b035337d6..c7f959659c 100755 --- a/include/ck/utility/dynamic_buffer.hpp +++ b/include/ck/utility/dynamic_buffer.hpp @@ -212,8 +212,8 @@ struct DynamicBuffer } // else // { - // // // For other types, direct addition is fine - // // this->template Set(i, is_valid_element, x + tmp); + // // For other types, direct addition is fine + // this->template Set(i, is_valid_element, x + tmp); // } } }