nim-cppstl
nim-cppstl copied to clipboard
Nim Bindings for C++ STL stuff
Results
2
nim-cppstl issues
Sort by
recently updated
recently updated
newest added
Hi there, I'm getting multiples errors while compiling a dll my ffi.nim files only contains an import: `import cppstl/std_string` compile: >nim c --cpu:i386 -d:release --app:lib --nomain ffi.nim D:\nim\lib/nimbase.h:550:30: error: static...
continuing of https://github.com/kaushalmodi/std_vector/issues/4 since the other repo was merged here ## example ```nim when defined case2: import cppstl/std_vector type Foo = object x: int proc `=destroy`*(a: var Foo) {.inline.} =...