Merge branch 'develop' of https://github.com/eldiener/optional into cppbuilder

This commit is contained in:
Edward Diener
2020-04-17 05:55:24 -04:00
10 changed files with 57 additions and 19 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()