Skip to content
Snippets Groups Projects
Commit c3bcb09b authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Marking StaticArray::setValue as deprecated.

parent ef22c9de
No related branches found
No related tags found
1 merge request!41Tutorials
......@@ -225,6 +225,7 @@ public:
/**
* \brief Sets all values of this static array to \e val.
*/
[[deprecated( "Use of StaticArray::setValue is deprecated, assignment operator=() should be used instead." )]]
__cuda_callable__
void setValue( const ValueType& val );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment