mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Rename class concept to avoid name clash with C++20 concept keyword
This commit is contained in:
parent
78fa67ecb8
commit
f4c7401e2c
2 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@
|
|||
namespace limitations_template_method_problem
|
||||
{
|
||||
//[ limitations_template_method_problem
|
||||
class concept
|
||||
class concept_class
|
||||
{
|
||||
public:
|
||||
template< typename T >
|
||||
|
|
@ -47,7 +47,7 @@ BOOST_AUTO_TEST_CASE(mocked_templated_methods_are_called)
|
|||
namespace limitations_template_method_problem_2
|
||||
{
|
||||
//[ limitations_template_method_problem_2
|
||||
class concept
|
||||
class concept_class
|
||||
{
|
||||
public:
|
||||
template< typename T >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue