config: reverted fix

This commit is contained in:
Andrzej Krzemieński
2015-10-20 15:45:30 +02:00
parent c6abecb89f
commit 7138a16680

View File

@ -17,7 +17,7 @@
int main()
{
static_assert(false, "failed as requested");
BOOST_ERROR("failed as requested");
return boost::report_errors();
}