Add C++03 deprecation notice

This commit is contained in:
Peter Dimov
2023-03-06 09:43:45 +02:00
parent d90bf0c438
commit dbba3cec7b
3 changed files with 23 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
#pragma once
#endif
#include <boost/unordered/detail/requires_cxx11.hpp>
#include <boost/core/explicit_operator_bool.hpp>
#include <boost/functional/hash.hpp>
#include <boost/move/move.hpp>