Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ FunWithConceptInNoExcept
Function
FunWithConceptInNoExcept
tests/Issue677_2.cpp:7–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
6
template<class T>
7
void FunWithConceptInNoExcept() noexcept(ConceptInNoExcept<T>)
8
{}
9
10
int main()
11
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected