forked from boostorg/utility
Fix tabs in file.
[SVN r21399]
This commit is contained in:
@@ -37,7 +37,7 @@ struct xstring
|
||||
{
|
||||
template <class It>
|
||||
xstring(It begin, It end, typename
|
||||
disable_if<is_arithmetic<It> >::type* = 0)
|
||||
disable_if<is_arithmetic<It> >::type* = 0)
|
||||
: data(end-begin) {}
|
||||
|
||||
int data;
|
||||
|
||||
Reference in New Issue
Block a user