Merge branch 'develop'

This commit is contained in:
Emil Dotchevski
2019-12-21 19:14:58 -08:00
3 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/.vscode/ipch/*
/.vscode/settings.json

View File

@ -9,6 +9,7 @@
#include <boost/detail/lightweight_test.hpp>
#include <boost/detail/workaround.hpp>
#include <string>
#include <ios>
typedef boost::error_info<struct my_tag,int> my_info;

View File

@ -41,6 +41,11 @@ boost
#endif
exit(boost::report_errors());
}
void
throw_exception(std::exception const & x, boost::source_location const &)
{
throw_exception(x);
}
}
int