Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tnl-dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
TNL
tnl-dev
Commits
c3bcb09b
There was an error fetching the commit references. Please try again later.
Commit
c3bcb09b
authored
5 years ago
by
Tomáš Oberhuber
Browse files
Options
Downloads
Patches
Plain Diff
Marking StaticArray::setValue as deprecated.
parent
ef22c9de
No related branches found
No related tags found
1 merge request
!41
Tutorials
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/TNL/Containers/StaticArray.h
+1
-0
1 addition, 0 deletions
src/TNL/Containers/StaticArray.h
with
1 addition
and
0 deletions
src/TNL/Containers/StaticArray.h
+
1
−
0
View file @
c3bcb09b
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment