etl
Update ETL_CONSTEXPR and C++14 desgination from type_def
#862
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
31
Changes
View On
GitHub
Commits
feat: make type_def constexpr
drewr95
committed
260 days ago
test: macro constexpr
drewr95
committed
260 days ago
test: implicit constexpr
drewr95
committed
260 days ago
test: get constexpr
drewr95
committed
260 days ago
refactor: remove constexpr from assignment
drewr95
committed
260 days ago
test: comparisons constexpr
drewr95
committed
260 days ago
fix: cpp11 support for constexpr get method
drewr95
committed
260 days ago
fix: c++11 issue with constexpr get reference
drewr95
committed
259 days ago
refactor: remove constexpr from the get methods
drewr95
committed
259 days ago
refactor: make assignment operators non-constexpr
drewr95
committed
259 days ago
Merge branch 'pull-request/#861-Implement-Constexpr-Strong-Typedef' into feature/838-strong-typedef-constexpr
drewr95
committed
259 days ago
refactor: remove constexpr from assignment and get
drewr95
committed
259 days ago
refactor: make other methods ETL_CONSTEXPR14
drewr95
committed
259 days ago
test: operator preincrement
drewr95
committed
259 days ago
test: postincrement
drewr95
committed
259 days ago
test: predecrement constexpr
drewr95
committed
259 days ago
test: post decrement constexpr
drewr95
committed
259 days ago
fix: post decrement test
drewr95
committed
259 days ago
test: addition assignment constexpr
drewr95
committed
259 days ago
test: subtraction assignment constexpr
drewr95
committed
259 days ago
test: multiplication assignment operator
drewr95
committed
259 days ago
test: and assignment constexpr
drewr95
committed
259 days ago
test: or assignment constexpr
drewr95
committed
259 days ago
test: xor assignment constexpr
drewr95
committed
259 days ago
tet: left shift assignment constexpr
drewr95
committed
259 days ago
test: right shift assignment constexpr
drewr95
committed
259 days ago
test: operator modules assignment
drewr95
committed
259 days ago
style: revert personal clang-format changes
drewr95
committed
259 days ago
refactor: use free functions to test
drewr95
committed
259 days ago
refactor: remove constexpr non-constexpr test functions
drewr95
committed
259 days ago
style: remove erroneous tab
drewr95
committed
259 days ago
Loading