I was trying to download the boost release from https://github.com/boostorg/boost/releases and on downloading the release I saw that the submodules that it uses have not been initialized. Is this intentional?
Since all the relevant code for boost has beeb modularized into git submodules and they are each maintained in their own git repo. How then can I get the submodules off the github release (or initialize the submodules into the downloaded code)? Apparently the github git archive
API does not support submodules for security reasons.