Skip to content

Conversation

@proboofficial
Copy link

#ifndef __APPLE__
#include <ciso646> // and, not, or
#endif

I add this for elimination warning clang macOS compile for every include ciso646

Copy link
Owner

@sdatkinson sdatkinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comments

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove .DS_Store files


#include <algorithm> // all_of, find, for_each
#include <cassert> // assert
#ifndef __APPLE__
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's defining __APPLE__? It's something outside of the scope of this repo?

If you can help explain to me what the issue is (ideally, point me to an issue on the repo that this comes from!) then that'll help me understand whether it's a good idea to deviate from nlohmann's code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants