Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
b2699115
Commit
b2699115
authored
Apr 25, 2016
by
Sean McBride
Browse files
Added VTK_DELETE_FUNCTION wrapper for =delete
It's not yet used anywhere.
parent
680d77c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Common/Core/vtkConfigure.h.in
View file @
b2699115
...
...
@@ -159,9 +159,11 @@
#ifdef VTK_USE_CXX11_FEATURES
# define VTK_OVERRIDE override
# define VTK_FINAL final
# define VTK_DELETE_FUNCTION =delete
#else
# define VTK_OVERRIDE
# define VTK_FINAL
# define VTK_DELETE_FUNCTION
#endif
/** std::auto_ptr is deprecated in C++11 and will be removed in C++17
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment