//

690
1
Jump to solution
07-10-2017 10:02 AM
_____
by
New Member
 
0 Kudos
1 Solution

Accepted Solutions
KoushikHajra
Esri Contributor

Hello, 

You can ignore it.  We know about it and we hope to take care of it in future releases.

Although "bad_function_call" seems like bad things will happen, it's merely the type of exception thrown by std::function::operator() if there is no target.

http://en.cppreference.com/w/cpp/utility/functional/bad_function_call.

Regards,

Koushik

View solution in original post

1 Reply
KoushikHajra
Esri Contributor

Hello, 

You can ignore it.  We know about it and we hope to take care of it in future releases.

Although "bad_function_call" seems like bad things will happen, it's merely the type of exception thrown by std::function::operator() if there is no target.

http://en.cppreference.com/w/cpp/utility/functional/bad_function_call.

Regards,

Koushik