Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not compile on gcc 5.2 (ubuntu 15.10) #3

Open
goldhoorn opened this issue Jan 18, 2016 · 0 comments
Open

Does not compile on gcc 5.2 (ubuntu 15.10) #3

goldhoorn opened this issue Jan 18, 2016 · 0 comments

Comments

@goldhoorn
Copy link
Member

First error (much more are there but yanked):

In file included from /usr/local/include/boost/dynamic_bitset/dynamic_bitset.hpp:42:0,
                 from /usr/local/include/boost/dynamic_bitset.hpp:15,
                 from /home/goldhoorn/dev-diss/planning/fd_cedalion/src/search/cegar/utils.h:10,
                 from /home/goldhoorn/dev-diss/planning/fd_cedalion/src/search/cegar/split_tree.h:4,
                 from /home/goldhoorn/dev-diss/planning/fd_cedalion/src/search/cegar/abstract_state.h:4,
                 from /home/goldhoorn/dev-diss/planning/fd_cedalion/src/search/cegar/abstract_state.cc:1:
/usr/local/include/boost/detail/dynamic_bitset.hpp:163:9: error: expected initializer before ‘BOOST_NOEXCEPT’
         BOOST_NOEXCEPT
         ^
In file included from /usr/local/include/boost/move/utility.hpp:28:0,
                 from /usr/local/include/boost/move/move.hpp:29,
                 from /usr/local/include/boost/dynamic_bitset/dynamic_bitset.hpp:44,
                 from /usr/local/include/boost/dynamic_bitset.hpp:15,
                 from /home/goldhoorn/dev-diss/planning/fd_cedalion/src/search/cegar/utils.h:10,
                 from /home/goldhoorn/dev-diss/planning/fd_cedalion/src/search/cegar/split_tree.h:4,
                 from /home/goldhoorn/dev-diss/planning/fd_cedalion/src/search/cegar/abstract_state.h:4,
                 from /home/goldhoorn/dev-diss/planning/fd_cedalion/src/search/cegar/abstract_state.cc:1:
/usr/local/include/boost/move/utility_core.hpp:211:89: error: expected initializer before ‘BOOST_NOEXCEPT’
          inline typename ::boost::move_detail::remove_reference<T>::type && move(T&& t) BOOST_NOEXCEPT
                                                                                         ^
/usr/local/include/boost/move/utility_core.hpp:247:90: error: expected initializer before ‘BOOST_NOEXCEPT’
          inline T&& forward(typename ::boost::move_detail::remove_reference<T>::type& t) BOOST_NOEXCEPT
                                                                                          ^
/usr/local/include/boost/move/utility_core.hpp:251:91: error: expected initializer before ‘BOOST_NOEXCEPT’
          inline T&& forward(typename ::boost::move_detail::remove_reference<T>::type&& t) BOOST_NOEXCEPT
                                                                                           ^
/usr/local/include/boost/move/utility_core.hpp:282:111: error: expected initializer before ‘BOOST_NOEXCEPT’
          inline T&& move_if_not_lvalue_reference(typename ::boost::move_detail::remove_reference<T>::type& t) BOOST_NOEXCEPT
                                                                                                               ^
/usr/local/include/boost/move/utility_core.hpp:286:112: error: expected initializer before ‘BOOST_NOEXCEPT’
          inline T&& move_if_not_lvalue_reference(typename ::boost::move_detail::remove_reference<T>::type&& t) BOOST_NOEXCEPT
                                                                                                                ^
In file included from /usr/local/include/boost/dynamic_bitset/dynamic_bitset.hpp:42:0,
                 from /usr/local/include/boost/dynamic_bitset.hpp:15,
                 from /home/goldhoorn/dev-diss/planning/fd_cedalion/src/search/cegar/utils.h:10,
                 from /home/goldhoorn/dev-diss/planning/fd_cedalion/src/search/cegar/split_tree.h:4,
                 from /home/goldhoorn/dev-diss/planning/fd_cedalion/src/search/cegar/abstraction.h:4,
                 from /home/goldhoorn/dev-diss/planning/fd_cedalion/src/search/cegar/abstraction.cc:1:
/usr/local/include/boost/detail/dynamic_bitset.hpp:163:9: error: expected initializer before ‘BOOST_NOEXCEPT’
         BOOST_NOEXCEPT

occusing with newest boost version but also with normal system boost version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant