mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
removed tabs
[SVN r7835]
This commit is contained in:
parent
4f9b0bcb9b
commit
75aadf0509
@ -78,9 +78,9 @@ namespace boost
|
|||||||
inline tied(A& a, B& b) : _a(a), _b(b) { }
|
inline tied(A& a, B& b) : _a(a), _b(b) { }
|
||||||
template <class U, class V>
|
template <class U, class V>
|
||||||
inline tied& operator=(const std::pair<U,V>& p) {
|
inline tied& operator=(const std::pair<U,V>& p) {
|
||||||
_a = p.first;
|
_a = p.first;
|
||||||
_b = p.second;
|
_b = p.second;
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
protected:
|
protected:
|
||||||
A& _a;
|
A& _a;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user