mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 04:12:09 +00:00
Remove an unnecessary constructor definition
This commit is contained in:
@@ -40,9 +40,6 @@ struct shifter
|
||||
template< bool value >
|
||||
struct value_to_type
|
||||
{
|
||||
value_to_type()
|
||||
{
|
||||
}
|
||||
};
|
||||
// Some library implementations simply return a dummy
|
||||
// value such as
|
||||
|
||||
Reference in New Issue
Block a user