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
CMake
CMake
Commits
cda18935
Commit
cda18935
authored
Sep 15, 2015
by
Brad King
Committed by
Kitware Robot
Sep 15, 2015
Browse files
Merge topic 'jsoncpp-portability'
75644daf
jsoncpp: Fix compilation as C99 on Solaris
parents
be2bac55
75644daf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Utilities/cmjsoncpp/src/lib_json/json_writer.cpp
View file @
cda18935
...
...
@@ -24,7 +24,9 @@
// Solaris
#if defined(__sun)
# include <ieeefp.h>
# define isfinite finite
# if !defined(isfinite)
# define isfinite finite
# endif
#endif
// AIX
...
...
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