Skip to content

Commit

Permalink
is_complete.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
i-saint committed Jul 24, 2013
1 parent e2bad04 commit 0c5bdca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion is_complete.cpp
Expand Up @@ -18,6 +18,6 @@ int main()
printf("is_complete<Hage>: %d\n", is_complete<Hage>::value);
}

// $ cl incomplete_type.cpp && ./incomplete_type
// $ cl is_complete.cpp && ./is_complete
// is_complete<Hoge>: 0
// is_complete<Hage>: 1

0 comments on commit 0c5bdca

Please sign in to comment.