Skip to content

Commit

Permalink
Fixed issues with deprecated BOOST_*_ENDIAN
Browse files Browse the repository at this point in the history
See #37 & #38
  • Loading branch information
ahlers committed Feb 19, 2021
1 parent b198aa0 commit 554cb82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xs/src/admesh/stl.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <boost/detail/endian.hpp>
#include <boost/predef/other/endian.h>

#ifndef BOOST_LITTLE_ENDIAN
#ifndef BOOST_ENDIAN_LITTLE_BYTE
#error "admesh works correctly on little endian machines only!"
#endif

Expand Down

0 comments on commit 554cb82

Please sign in to comment.