Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プログラムでいくつかの C++11 機能を使用したいと考えています。将来、自分のソース コードを他の人と共有する必要があるかもしれません。プログラムのコンパイルに C++11 を使用する必要があることを、コード内でどのようにアサートしますか? 古いコンパイラではエラーが発生する可能性がありますが、C++11 が必要であることをユーザーに明確に伝えてほしいです。
重要な場合は、次の C++11 機能を使用しています。
ありがとう