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
Guilhem Saurel
hpp-fcl
Commits
5fa85553
Verified
Commit
5fa85553
authored
Dec 08, 2019
by
Justin Carpentier
Browse files
assimp: fix compatibility issue with C++11
parent
8fa4b37c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mesh_loader/assimp.cpp
View file @
5fa85553
...
...
@@ -32,6 +32,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#if __cplusplus < 201103L
#define nullptr NULL
#endif
#include
<hpp/fcl/mesh_loader/assimp.h>
// Assimp >= 5.0 is forcing the use of C++11 keywords. A fix has been submitted https://github.com/assimp/assimp/pull/2758.
...
...
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