Details
-
Bug
-
Resolution: Done
-
Trivial - P5
-
3.1.3
-
Fully Compatible
-
ALL
-
Platform 5 06/26/16
Description
There should be a space between "return code" and the value of rc:
uassert(28631,
|
str::stream() << "Unable to create the context for language "
|
<< static_cast<int>(language) << " with return code" << rc,
|
rc == BT_OK);
|