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
Remove godbolt_link parameter from cookiecutter template
Asking users to provide a compiler explorer link at the same time as
they create their library for the first time creates a chicken-egg
situation, given that the compiler explorer links are supposed to make
use of the copies of the library that are installed into compiler
explorer rather than just copypastes. This change removes the
parameter; users can add it to new libraries after they've set up
compiler explorer support separately.
`beman.exemplar` is a minimal C++ library conforming to [The Beman Standard](https://github.com/bemanproject/beman/blob/main/docs/beman_standard.md).
55
54
This can be used as a template for those intending to write Beman libraries.
`beman.{{cookiecutter.project_name}}` is a minimal C++ library conforming to [The Beman Standard](https://github.com/bemanproject/beman/blob/main/docs/beman_standard.md).
57
56
This can be used as a template for those intending to write Beman libraries.
0 commit comments