T O P I C R E V I E W |
tomkulaga |
Posted - Jul 15 2015 : 11:35:07 PM For the:
throw std::logic_error("The method or operation is not implemented.");
snippets, is it possible to add the name of the function into the message generated by VA? |
2 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Aug 06 2015 : 5:17:38 PM For now, you could try passing __FILE__ and __LINE__ as parameters for the string, to help you locate the unimplemented functions. |
accord |
Posted - Jul 16 2015 : 3:39:21 PM Not currently, but we're planning to allow that:
case=9863 |
|
|