Skip to content
Snippets Groups Projects
Commit ebf25ced authored by Henry Schreiner's avatar Henry Schreiner Committed by Axel Naumann
Browse files

Test for not function in the stdlib

parent b64f2da9
No related branches found
No related tags found
No related merge requests found
#if __cplusplus < 201703L && !defined(_MSC_VER)
// Including functional for __cpp_lib_not_fn
#include <functional>
#ifdef __cpp_lib_not_fn
#include "ROOT/RNotFn.hxx"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment