User: JUANDENT

  • Public profile

User profile: JUANDENT

User info
User name:JUANDENT
History
Joined:
Number of posts:370
Latest posts:

How to use a library of C++ 20 modules from another solution file?
You mean top create a Shared Items Project in the solution?

How to use a library of C++ 20 modules from another solution file?
Hi, I have a library of C++ 20 modules which I can use from projects in the same solution but not...

Mismatch overload problem
Why does s have the value false? [code] template<typename T> char test_have_range(decltype(&T:...

How to test if a type T has a begin<T> defined
I have a SFINAE context where I have the following: [code] struct have_sort { char c; }; stru...

why testing for member pointer determines the template type is a class?
Thanks!!

This user does not accept Private Messages