Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
trolando
/
sylvan
Public
Notifications
You must be signed in to change notification settings
Fork
32
Star
91
Code
Issues
6
Pull requests
3
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
C++ Constructor Clean-up and Move semantics
- #51
#51
Open
ssoelvsten
wants to merge 11 commits into
trolando:master
trolando/sylvan:master
from
ssoelvsten:cxx-constructors
ssoelvsten/sylvan:cxx-constructors
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Open
C++ Constructor Clean-up and Move semantics
#51
ssoelvsten
wants to merge 11 commits into
trolando:master
trolando/sylvan:master
from
ssoelvsten:cxx-constructors
ssoelvsten/sylvan:cxx-constructors
Copy head branch name to clipboard
Commits
Commits on Apr 12, 2024
Add documentation for C++ BDD constructors
ssoelvsten
committed
6427e68
View commit details
Copy full SHA for 6427e68
Browse repository at this point
Reuse C-to-CPP constructor
ssoelvsten
committed
71c1368
View commit details
Copy full SHA for 71c1368
Browse repository at this point
Add move-constructor for BDD class
Show description for 01fbe28
ssoelvsten
committed
01fbe28
View commit details
Copy full SHA for 01fbe28
Browse repository at this point
Add move-assignment to Bdd class
Show description for 7c9afa0
ssoelvsten
committed
7c9afa0
View commit details
Copy full SHA for 7c9afa0
Browse repository at this point
Clean up formatting of 'BddSet' and 'BddMap' classes
ssoelvsten
committed
f1d315b
View commit details
Copy full SHA for f1d315b
Browse repository at this point
Remove more code-duplication
ssoelvsten
committed
ffd0a00
View commit details
Copy full SHA for ffd0a00
Browse repository at this point
Clean up formatting and constructors of 'Mtbdd' and 'MtbddSet'
ssoelvsten
committed
f5551c2
View commit details
Copy full SHA for f5551c2
Browse repository at this point
Add move constructor for Mtbdd class
Show description for dd6b412
ssoelvsten
committed
dd6b412
View commit details
Copy full SHA for dd6b412
Browse repository at this point
Change 'Bdd::_=(...)' operators to reuse binary and assignment operators
Show description for f67d82b
ssoelvsten
committed
f67d82b
View commit details
Copy full SHA for f67d82b
Browse repository at this point
Add move-assignment to Mtbdd class
Show description for f0dc35a
ssoelvsten
committed
f0dc35a
View commit details
Copy full SHA for f0dc35a
Browse repository at this point
Change 'Mtbdd::_=(...)' operators to reuse binary and assignment operators
Show description for 1d5066a
ssoelvsten
committed
1d5066a
View commit details
Copy full SHA for 1d5066a
Browse repository at this point
You can’t perform that action at this time.