mpusz / wg21-papers

ISO C++ Committee papers by Mateusz Pusz
https://mpusz.github.io/wg21-papers
4 stars 7 forks source link

Add initial draft of magnitude sections #43

Closed chiphogg closed 1 year ago

chiphogg commented 1 year ago

This involves redirecting the wg21 submodule to my new fork, which simply adds mathjax support. Users will need to run the appropriate commands to update the submodule. I don't know what they are, but here is a good guess:

git submodule sync
git submodule update

You'll know things are good when the last commit there is a4dbf650908438148730c238f3d149339569f966.

mpusz commented 1 year ago

When you have some spare time, could you please submit a PR to Michael Park's repo? It does not make sense to depend on your repo and be detached from the main repo for a longer while.

chiphogg commented 1 year ago

I'll see how it goes, but I wasn't confident it would be accepted. Doesn't hurt to try, though.

mpusz commented 1 year ago

Could you please try to resolve merge conflicts by rebasing to master and force push?