User profile: smcguffee

User info
User name:smcguffee
History
Joined:
Number of posts:97
Latest posts:

Templated Templates?
Hi, I'm wanting to write some templates that use templates. I can do this by leaving a complex obje...

Avoiding Move
Thanks!

Avoiding Move
Hi, Is there a way to make sure that no move constructors or move assignments are ever called? I ...

Default arguments and omitting only some of them
Nevermind, I found my syntax was not quite the same as that mentioned above: My fix: [code] static C...

Default arguments and omitting only some of them
Hi, I've been trying this method, but I ran into an issue. Can anyone help me sea with this? When I ...