Bugzilla – Bug 1782
tr1/functional not present in Xcode 5.0.1
Last modified: 2013-11-05 09:17:22 UTC
Newest MacOS compiler complains about tr1/functional. ../src/lte/model/lte-mi-error-model.cc:34:10: fatal error: 'tr1/functional' file not found #include <tr1/functional> Removing the include seems to have no side-effects (beside fixing the issue, of course). I don't know if this header is necessary on Linux or other platforms.
Marco, is it ok to remove "#include <tr1/functional>" from lte-mi-error-model.cc?
(In reply to comment #1) > Marco, is it ok to remove "#include <tr1/functional>" from > lte-mi-error-model.cc? I can't find any usage of this (Boost) library in the code, so I'll go ahead and remove this to fix the build. changeset 1fa0b4341dd2
Sorry, for the late reply. Yes, the code does not use any more this external library.