You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My assumption was that the headers in avnd/concepts would be independent from the rest of the library, and that I would be able to e.g. #include <avnd/concepts/parameter.hpp from my project without drawing in any dependencies besides Avendish itself. However, when I tried to do so GCC complains that I don't have <boost/mp11/algorithm.hpp>, so I guess my assumption was mistaken.
Is this due to my misunderstanding, or is it an issue that the concepts depend on boost/mp11?
The text was updated successfully, but these errors were encountered:
My assumption was that the headers in
avnd/concepts
would be independent from the rest of the library, and that I would be able to e.g.#include <avnd/concepts/parameter.hpp
from my project without drawing in any dependencies besides Avendish itself. However, when I tried to do so GCC complains that I don't have<boost/mp11/algorithm.hpp>
, so I guess my assumption was mistaken.Is this due to my misunderstanding, or is it an issue that the concepts depend on boost/mp11?
The text was updated successfully, but these errors were encountered: