2013/5/27 Jürgen Hunold
Hi Daniel,
On Sunday, 26. May 2013 21:43:32 Daniel Pfeifer wrote:
Many files from "boost/detail" were sent to a repository "core" that was not mapped as a submodule. I renamed the repository to "detail" and mapped it to "libs/detail".
Thanks. But now I get
boost/array.hpp:52:41: fatal error: boost/functional/hash_fwd.hpp: No such file or directory
It seems that somehow libs/functional is missing the "hash" subdirectory too.
Another missing submodule?
Oh, "functional_hash" is not mapped as a submodule yet! That is a tricky one. I'd prefer the boost metarepository to be the only repository with submodules. But since "libs/functional" is a submodule, "libs/functional/hash" could only be a submodule of that one. Would it be acceptable to keep Boost.Functional/Hash in the repository of Boost.Functional? -- Daniel