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

minor documentation fix

[[Imported from SVN: r5245]]
parent 5032d160
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ template<int x> struct static_assert_test {};
Be aware that...
<ol>
<li>dune_static_assert is not in the namespace Dune</li>
<li>you must use extra brackets, you condition contains ','.
<li>you must use extra parentheses if your condition contains ','.
This is because dune_static_assert is a preprocessor macro</li>
</ol>
......
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