diff --git a/include/stdshims.h b/include/stdshims.h index a17902d7e..14958e1fc 100644 --- a/include/stdshims.h +++ b/include/stdshims.h @@ -6,6 +6,10 @@ #include #include +#if (__cplusplus >= 201402L) +#warning "This file should now be removed! The functions it provides are part of the C++14 standard." +#endif + /// Shim for http://en.cppreference.com/w/cpp/memory/unique_ptr/make_unique template std::unique_ptr make_unique(Args&&... args)