Merge branch 'develop' of https://github.com/RobertLeahy/optional-2 into RobertLeahy-develop

This commit is contained in:
Andrzej Krzemienski
2020-04-06 00:33:11 +02:00
6 changed files with 37 additions and 18 deletions

View File

@ -15,6 +15,8 @@
#pragma hdrstop
#endif
#ifndef BOOST_OPTIONAL_DETAIL_NO_IS_CONSTRUCTIBLE_TRAIT
#ifndef BOOST_OPTIONAL_DETAIL_NO_SFINAE_FRIENDLY_CONSTRUCTORS
template <typename, typename>
struct void_t
{
@ -49,6 +51,8 @@ struct Path
#endif
};
#endif
#endif
int main()