Skip to content
Snippets Groups Projects
Commit 741c356b authored by Axel Naumann's avatar Axel Naumann
Browse files

"const static bool isDefinition(void*)" is weird. Thanks, Roman Zulak!

parent f8d385dd
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
#ifndef CLING_CONSTEXPR
# if defined(_MSC_VER) && (_MSC_VER < 1900)
# define CLING_CONSTEXPR const
# define CLING_CONSTEXPR
# else
# define CLING_CONSTEXPR constexpr
# endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment