-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: legacy-1.0.3
-
Component/s: Build
This header is not copied into include path during scons install, which means mongo::validateBSON(const char*, uint64) can't be used from client applications.
I'm setting priority Minor since this affects only a single function and the workaround is to copy the header to the correct place manually after installing.