tmp/tmplqn5k5xv/{from.md → to.md}
RENAMED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
## Header `<concepts>` synopsis <a id="concepts.syn">[[concepts.syn]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
|
|
|
| 4 |
namespace std {
|
| 5 |
// [concepts.lang], language-related concepts
|
| 6 |
// [concept.same], concept same_as
|
| 7 |
template<class T, class U>
|
| 8 |
concept same_as = see below;
|
|
|
|
| 1 |
## Header `<concepts>` synopsis <a id="concepts.syn">[[concepts.syn]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
// all freestanding
|
| 5 |
namespace std {
|
| 6 |
// [concepts.lang], language-related concepts
|
| 7 |
// [concept.same], concept same_as
|
| 8 |
template<class T, class U>
|
| 9 |
concept same_as = see below;
|