Menu

#59 The public include export.h has a reference to boost

closed-fixed
nobody
Assimp lib (91)
5
2012-01-13
2012-01-12
arondight
No

If boost is not present on the host platform, the boost workaround build will not work because export.h still references boost:

#include <boost/noncopyable.hpp>

Discussion

  • Alexander Gessler

    • status: open --> closed-fixed
     
  • Alexander Gessler

    Thanks -

    fixed in r1109 by removing the boost reference.