mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
Merge pull request #84 from Kojoley/patch-1
Fix extra tokens after #endif
This commit is contained in:
commit
2b0441e95f
@ -402,7 +402,7 @@ class compressed_pair<T, T>
|
||||
::boost::is_same<typename remove_cv<T>::type, typename remove_cv<T>::type>::value,
|
||||
::boost::details::compressed_pair_empty<T>::value,
|
||||
::boost::details::compressed_pair_empty<T>::value>::value>
|
||||
#endif BOOST_UTILITY_DOCS
|
||||
#endif // BOOST_UTILITY_DOCS
|
||||
{
|
||||
private:
|
||||
typedef details::compressed_pair_imp<T, T,
|
||||
|
Loading…
x
Reference in New Issue
Block a user