You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the 4/24/2020 Application Framework meeting, we agreed to modify the DUNE style guide to require that non-trivial method definitions for template classes should go in a .icc file to be located in a subdirectory of the include directory where the template class's header is located, name TBD. This .icc file should be included in the template class header file after the class declaration.
The text was updated successfully, but these errors were encountered:
At the 4/24/2020 Application Framework meeting, we agreed to modify the DUNE style guide to require that non-trivial method definitions for template classes should go in a .icc file to be located in a subdirectory of the include directory where the template class's header is located, name TBD. This .icc file should be included in the template class header file after the class declaration.
The text was updated successfully, but these errors were encountered: