Files
histogram/doc/push_docs.sh
Hans Dembinski 4a2e3db0e0 upload edits on docs and minor code fixes (#152)
* renaming naked to remove_cvref_t
* more static_asserts to check implicit conditions
* use new BOOST_TEST_TRAIT_SAME
* reorganize and add operator tests, fixes for array and map adaptors
* improved map adaptor
* storage does not have to support scaling operator anymore
* doc improvements
2019-02-10 22:45:00 +01:00

2 lines
126 B
Bash

git co gh-pages && git merge develop -m automerge && rm -rf html && b2 && git ci html -m update && git push && git co develop