Advertisement
t0by

mongoc bool

Feb 1st, 2020
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. In libmongo.cr:18:103
  2.  
  3. 18 | alias MongocClientSessionWithTransactionCbT = (MongocClientSessionT, Void*, BsonT**, BsonErrorT* -> LibC::Bool)
  4. ^---------
  5. Error: undefined constant LibC::Bool
  6.  
  7. In libbson.cr:62:116
  8.  
  9. 62 | fun append_array = bson_append_array(bson : BsonT*, key : LibC::Char*, key_length : LibC::Int, array : BsonT*) : LibC::Bool
  10. ^---------
  11. Error: undefined constant LibC::Bool
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement