Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: boostorg/mpl

Tags

boost-1.90.0

Toggle boost-1.90.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove static (#90)

boost-1.90.0.beta1

Toggle boost-1.90.0.beta1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove static (#90)

boost-1.89.0

Toggle boost-1.89.0's commit message
Update ci.yml

boost-1.88.0

Toggle boost-1.88.0's commit message
Fix BOOST_MPL_AUX_ASSERT_NOT_NA

boost-1.88.0.beta1

Toggle boost-1.88.0.beta1's commit message
Fix BOOST_MPL_AUX_ASSERT_NOT_NA

boost-1.87.0

Toggle boost-1.87.0's commit message
Merge branch 'next-prior' of https://github.com/ecatmur/mpl into feat…

…ure/issue-69

boost-1.87.0.beta1

Toggle boost-1.87.0.beta1's commit message
Merge branch 'next-prior' of https://github.com/ecatmur/mpl into feat…

…ure/issue-69

boost-1.86.0

Toggle boost-1.86.0's commit message
Merge branch 'next-prior' of https://github.com/ecatmur/mpl into feat…

…ure/issue-69

boost-1.86.0.beta1

Toggle boost-1.86.0.beta1's commit message
Merge branch 'next-prior' of https://github.com/ecatmur/mpl into feat…

…ure/issue-69

boost-1.85.0

Toggle boost-1.85.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Avoid `Wzero-as-null-pointer-constant` warning (#75)

Newer compilers may warn when using `0`, e.g.:
```
./boost/iterator/detail/facade_iterator_category.hpp:161:5: error: zero as null pointer constant [-Werror,-Wzero-as-null-pointer-constant]
    BOOST_MPL_ASSERT_NOT((is_iterator_category<Traversal>));
    ^
./boost/mpl/assert.hpp:324:58: note: expanded from macro 'BOOST_MPL_ASSERT_NOT'
              boost::mpl::assert_not_arg( (void (*) pred)0, 1 ) \
```