Merge pull request #84 from Kojoley/patch-1

Fix extra tokens after #endif
This commit is contained in:
Andrey Semashev 2021-11-22 17:26:16 +03:00 committed by GitHub
commit 2b0441e95f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -402,7 +402,7 @@ class compressed_pair<T, T>
::boost::is_same<typename remove_cv<T>::type, typename remove_cv<T>::type>::value, ::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,
::boost::details::compressed_pair_empty<T>::value>::value> ::boost::details::compressed_pair_empty<T>::value>::value>
#endif BOOST_UTILITY_DOCS #endif // BOOST_UTILITY_DOCS
{ {
private: private:
typedef details::compressed_pair_imp<T, T, typedef details::compressed_pair_imp<T, T,