mirror of
https://github.com/boostorg/histogram.git
synced 2026-02-18 14:12:11 +00:00
* 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
2 lines
126 B
Bash
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
|