Replies: 1 comment 6 replies
-
Can you confirm which C++ Language Standard you're using? Is it C++14? Are you using C++14 consistently? The fact that these errors are seen in |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have added jsoncons as an submodule to my project. Trying to use it in my code, but when I added the include
#include <jsoncons_ext/bson/bson.hpp>
to my.h
or.cpp
file, I'm getting error from the discussion title in the code editor, and a lot of compile errors after build of the project from theinclude\jsoncons\detail\optional.hpp
file.I have added the path to the jsoncons

include
directory to the project Additional include Directories.I'm using VS 2019.
Beta Was this translation helpful? Give feedback.
All reactions