Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[src] Fix Visual Studio error due to alternate syntactic form of nore…
…turn (#3018)
- Loading branch information
56cfb95
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just tried to compile this on ubuntu 16.04.4 and received the following error:
kaldi-error.cc:224:1: error: invalid use of destructor ‘~kaldi::FatalMessageLogger’ as a type
kaldi::FatalMessageLogger::~FatalMessageLogger [[ noreturn ]] () noexcept(false) {
if I revert this change everything compiles correctly. g++ version yields:
g++ (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609
56cfb95
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same problem.
56cfb95
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
56cfb95
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error still exists. Please check.
56cfb95
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK I merged the fix now.