forked from boostorg/intrusive
Trailing whitespaces
[SVN r78516]
This commit is contained in:
@@ -20,7 +20,7 @@ using namespace boost::intrusive;
|
||||
class MyClass
|
||||
: public splay_set_base_hook<> //This is an splay tree base hook
|
||||
, public bs_set_base_hook<> //This is a binary search tree base hook
|
||||
|
||||
|
||||
{
|
||||
int int_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user