Skip to content
Snippets Groups Projects
Commit 24a898c3 authored by Oliver Sander's avatar Oliver Sander
Browse files

language fix

[[Imported from SVN: r6469]]
parent d881cc59
No related branches found
No related tags found
No related merge requests found
......@@ -41,8 +41,8 @@ template<int x> struct static_assert_test {};
If CONDITION is not true, dune_static_assert fails.
If the C++0x language feature static_assert is available, dune_static_assert
should break down static_assert. Otherwise dune_static_assert implements a
test that trigger a compile time error if condition is false.
forwards everything to static_assert. Otherwise dune_static_assert implements a
test that triggers a compile time error if the condition is false.
Example:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment