René's URL Explorer Experiment


Title: Constexpr does not enforce compile-time evaluation · Issue #276 · algorithmica-org/algorithmica · GitHub

Open Graph Title: Constexpr does not enforce compile-time evaluation · Issue #276 · algorithmica-org/algorithmica

X Title: Constexpr does not enforce compile-time evaluation · Issue #276 · algorithmica-org/algorithmica

Description: This book unfortunately perpetuates the widely held belief that putting a constexpr keyword on code will, on its own, force code to be evaluated at compile time. This is inaccurate. You need C++20's consteval for that. What constexpr act...

Open Graph Description: This book unfortunately perpetuates the widely held belief that putting a constexpr keyword on code will, on its own, force code to be evaluated at compile time. This is inaccurate. You need C++20'...

X Description: This book unfortunately perpetuates the widely held belief that putting a constexpr keyword on code will, on its own, force code to be evaluated at compile time. This is inaccurate. You need C++20&...

Opengraph URL: https://github.com/algorithmica-org/algorithmica/issues/276

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Constexpr does not enforce compile-time evaluation","articleBody":"This book unfortunately perpetuates the widely held belief that putting a constexpr keyword on code will, on its own, force code to be evaluated at compile time. This is inaccurate. You need C++20's consteval for that.\r\n\r\nWhat constexpr actually does is to constrain code into a subset of the language that _can_ be evaluated at compile time. This, in turn, lets you use constexpr functions and expressions in a context where the output expression _must_ be evaluated at compile time for the program to be correct according to the rules of the language. Think about, for example, computing template non-type parameters.\r\n\r\nCompilers are not forced to evaluate constexpr operations at compile-time, and indeed, [for a sufficiently complex expression, they won't](https://godbolt.org/z/zG4b1jfe6). Conversely, compilers were able to evaluate expressions at compile time a long time before constexpr was a thing, and will commonly perform the associated const-propagation optimization on code where constexpr is not present.\r\n\r\nAll in all, the only way constexpr may benefit program optimization is that it forces you to constrain yourself into a subset of the language which is known to be amenable to const-propagation on all modern compilers, and lets you get a compiler error otherwise. This is useful, but not as useful as the current text asserts, so please consider amending it and pointing to consteval instead for the kind of optimizations that you are discussing in the book.","author":{"url":"https://github.com/HadrienG2","@type":"Person","name":"HadrienG2"},"datePublished":"2024-03-23T18:54:08.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/276/algorithmica/issues/276"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:ac053ab9-1720-d0d6-bbad-b97524706b10
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB56E:3B54D2:3657F9:49AB9A:697CDF54
html-safe-nonce38e2df5a24da214d6da50813a46e89910555205fbcb7b87699c0826606fae8a1
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNTZFOjNCNTREMjozNjU3Rjk6NDlBQjlBOjY5N0NERjU0IiwidmlzaXRvcl9pZCI6IjM0NDA5MzEzODE4ODA2MTA2NDQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac83df13ce89e7622f5bbb379e7d99f332275eb09dfc99a73ebf30e7fd6ab0cbab
hovercard-subject-tagissue:2204003729
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/algorithmica-org/algorithmica/276/issue_layout
twitter:imagehttps://opengraph.githubassets.com/cddb6c287f92d5af5e8f82fbcc77ddcc018b107e61a8a91cfa4e95e6d92ab29f/algorithmica-org/algorithmica/issues/276
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/cddb6c287f92d5af5e8f82fbcc77ddcc018b107e61a8a91cfa4e95e6d92ab29f/algorithmica-org/algorithmica/issues/276
og:image:altThis book unfortunately perpetuates the widely held belief that putting a constexpr keyword on code will, on its own, force code to be evaluated at compile time. This is inaccurate. You need C++20'...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameHadrienG2
hostnamegithub.com
expected-hostnamegithub.com
None5f20df5019a7f846ce01350c443b1b5209bcc8b08d1ff80f92fdef440a0c7c89
turbo-cache-controlno-preview
go-importgithub.com/algorithmica-org/algorithmica git https://github.com/algorithmica-org/algorithmica.git
octolytics-dimension-user_id51334463
octolytics-dimension-user_loginalgorithmica-org
octolytics-dimension-repository_id333536823
octolytics-dimension-repository_nwoalgorithmica-org/algorithmica
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id333536823
octolytics-dimension-repository_network_root_nwoalgorithmica-org/algorithmica
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release0f08fae6208283a46e6e5febf9878b9cdddfaa23
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/algorithmica-org/algorithmica/issues/276#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Falgorithmica-org%2Falgorithmica%2Fissues%2F276
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Falgorithmica-org%2Falgorithmica%2Fissues%2F276
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=algorithmica-org%2Falgorithmica
Reloadhttps://patch-diff.githubusercontent.com/algorithmica-org/algorithmica/issues/276
Reloadhttps://patch-diff.githubusercontent.com/algorithmica-org/algorithmica/issues/276
Reloadhttps://patch-diff.githubusercontent.com/algorithmica-org/algorithmica/issues/276
algorithmica-org https://patch-diff.githubusercontent.com/algorithmica-org
algorithmicahttps://patch-diff.githubusercontent.com/algorithmica-org/algorithmica
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Falgorithmica-org%2Falgorithmica
Fork 465 https://patch-diff.githubusercontent.com/login?return_to=%2Falgorithmica-org%2Falgorithmica
Star 4.6k https://patch-diff.githubusercontent.com/login?return_to=%2Falgorithmica-org%2Falgorithmica
Code https://patch-diff.githubusercontent.com/algorithmica-org/algorithmica
Issues 38 https://patch-diff.githubusercontent.com/algorithmica-org/algorithmica/issues
Pull requests 142 https://patch-diff.githubusercontent.com/algorithmica-org/algorithmica/pulls
Actions https://patch-diff.githubusercontent.com/algorithmica-org/algorithmica/actions
Projects 0 https://patch-diff.githubusercontent.com/algorithmica-org/algorithmica/projects
Security 0 https://patch-diff.githubusercontent.com/algorithmica-org/algorithmica/security
Insights https://patch-diff.githubusercontent.com/algorithmica-org/algorithmica/pulse
Code https://patch-diff.githubusercontent.com/algorithmica-org/algorithmica
Issues https://patch-diff.githubusercontent.com/algorithmica-org/algorithmica/issues
Pull requests https://patch-diff.githubusercontent.com/algorithmica-org/algorithmica/pulls
Actions https://patch-diff.githubusercontent.com/algorithmica-org/algorithmica/actions
Projects https://patch-diff.githubusercontent.com/algorithmica-org/algorithmica/projects
Security https://patch-diff.githubusercontent.com/algorithmica-org/algorithmica/security
Insights https://patch-diff.githubusercontent.com/algorithmica-org/algorithmica/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/algorithmica-org/algorithmica/issues/276
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/algorithmica-org/algorithmica/issues/276
Constexpr does not enforce compile-time evaluationhttps://patch-diff.githubusercontent.com/algorithmica-org/algorithmica/issues/276#top
https://github.com/HadrienG2
https://github.com/HadrienG2
HadrienG2https://github.com/HadrienG2
on Mar 23, 2024https://github.com/algorithmica-org/algorithmica/issues/276#issue-2204003729
for a sufficiently complex expression, they won'thttps://godbolt.org/z/zG4b1jfe6
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.