mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-11 05:07:58 +00:00
fix doxygen
This commit is contained in:
parent
7ea7a5702e
commit
93ffde46a4
@ -57,7 +57,11 @@ constexpr auto operator-(bitset<B1>, bitset<B2>) {
|
|||||||
@tparam Pos position of the bit in the set.
|
@tparam Pos position of the bit in the set.
|
||||||
*/
|
*/
|
||||||
template <unsigned Pos>
|
template <unsigned Pos>
|
||||||
|
#ifndef BOOST_HISTOGRAM_DOXYGEN_INVOKED
|
||||||
using bit = bitset<(1 << Pos)>;
|
using bit = bitset<(1 << Pos)>;
|
||||||
|
#else
|
||||||
|
struct bit;
|
||||||
|
#endif
|
||||||
|
|
||||||
/// All options off.
|
/// All options off.
|
||||||
using none_t = bitset<0>;
|
using none_t = bitset<0>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user