mirror of
https://github.com/boostorg/type_traits.git
synced 2025-07-31 13:07:22 +02:00
is_final_test.cpp: Fix for compilers with no final keyword.
This commit is contained in:
@@ -14,9 +14,11 @@
|
||||
#include "check_integral_constant.hpp"
|
||||
#include <iostream>
|
||||
|
||||
#if !defined(BOOST_NO_CXX11_FINAL)
|
||||
template <class T>
|
||||
struct final_template final
|
||||
{};
|
||||
#endif
|
||||
template <class T>
|
||||
struct non_final_template
|
||||
{};
|
||||
|
Reference in New Issue
Block a user