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
Accelerator
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 }}
axylp
/
function
Public
forked from
boostorg/function
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
function
include
boost
function
function_template.hpp
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on May 30, 2022
Keep -Wmaybe-uninitialized disabled
pdimov
committed
16fca83
View commit details
Copy full SHA for 16fca83
View code at this point
Browse repository at this point
Merge branch 'gcc12-Wuninitialized' of https://github.com/jngrad/boost-function into feature/issue-42
pdimov
committed
4cf7c71
View commit details
Copy full SHA for 4cf7c71
View code at this point
Browse repository at this point
Extend GCC 11 workaround to GCC 12 as well
pdimov
committed
abc1bf9
View commit details
Copy full SHA for abc1bf9
View code at this point
Browse repository at this point
Avoid -Wuninitialized warnings in GCC 12
jngrad
committed
5b4e279
View commit details
Copy full SHA for 5b4e279
View code at this point
Browse repository at this point
Commits on Dec 16, 2021
Disable -Wmaybe-uninitialized in function_template.hpp for GCC 11
pdimov
committed
277757b
View commit details
Copy full SHA for 277757b
View code at this point
Browse repository at this point
Commits on Mar 27, 2020
Avoid -Wmaybe-uninitialized warnings in gcc (issue #27).
Romain-Geissler-1A
committed
7c90434
View commit details
Copy full SHA for 7c90434
View code at this point
Browse repository at this point
Commits on Nov 13, 2018
Revert "Added variadic support"
Show description for 7904575
pdimov
committed
7904575
View commit details
Copy full SHA for 7904575
View code at this point
Browse repository at this point
Commits on Oct 28, 2018
Added variadic support
Show description for f22fa49
Kojoley
authored and
jeking3
committed
f22fa49
View commit details
Copy full SHA for f22fa49
View code at this point
Browse repository at this point
Prepare for variadic support
Kojoley
authored and
jeking3
committed
5f93559
View commit details
Copy full SHA for 5f93559
View code at this point
Browse repository at this point
Commits on Oct 22, 2018
Default defaulted functions
Kojoley
authored and
jeking3
committed
b07621f
View commit details
Copy full SHA for b07621f
View code at this point
Browse repository at this point
Replace boost::forward with static_cast
Show description for 86f05aa
Kojoley
authored and
jeking3
committed
86f05aa
View commit details
Copy full SHA for 86f05aa
View code at this point
Browse repository at this point
Reuse BOOST_FUNCTION_TEMPLATE_ARGS in BOOST_FUNCTION_PARTIAL_SPEC
Kojoley
authored and
jeking3
committed
4230fb2
View commit details
Copy full SHA for 4230fb2
View code at this point
Browse repository at this point
Commits on Sep 22, 2018
Drop dependency on MPL
glenfe
committed
c0d41a8
View commit details
Copy full SHA for c0d41a8
View code at this point
Browse repository at this point
Use LightweightTest and NoExceptionsSupport from Core
glenfe
committed
87c978d
View commit details
Copy full SHA for 87c978d
View code at this point
Browse repository at this point
Use enable_if from TypeTraits
glenfe
committed
d1ad114
View commit details
Copy full SHA for d1ad114
View code at this point
Browse repository at this point
Commits on Apr 4, 2018
Use char type directly to avoid invalid aliasing in one more place
Joakim Tosteberg
committed
9d0acd5
View commit details
Copy full SHA for 9d0acd5
View code at this point
Browse repository at this point
Commits on Mar 16, 2018
use char type directly to avoid invalid aliasing
podusowski
committed
0ee8e59
View commit details
Copy full SHA for 0ee8e59
View code at this point
Browse repository at this point
Commits on Dec 17, 2017
replace members of std::allocate which are deprecated in c++17 by theirs cousins from std::allocator_traits.
DanielaE
committed
f4f8fb0
View commit details
Copy full SHA for f4f8fb0
View code at this point
Browse repository at this point
Commits on Nov 6, 2016
Remove std::unary/binary_function use, they have been removed in C++17
pdimov
committed
c326d30
View commit details
Copy full SHA for c326d30
View code at this point
Browse repository at this point
Commits on Apr 2, 2016
Changed implementation to avoid calculating the size of the raw data buffer manually. Trim trailing spaces.
Lastique
committed
54988e8
View commit details
Copy full SHA for 54988e8
View code at this point
Browse repository at this point
Fix gcc 6 warnings about invoking placement new on a buffer of insufficient size.
Lastique
committed
bde64bf
View commit details
Copy full SHA for bde64bf
View code at this point
Browse repository at this point
Commits on Apr 27, 2015
Use ! operator directly rather than boost::mpl::not with Boost supported compilers.
eldiener
committed
f0ec326
View commit details
Copy full SHA for f0ec326
View code at this point
Browse repository at this point
Commits on Apr 3, 2015
Qualify enable_if with namespace boost
Show description for 73e4d02
MarcelRaad
committed
73e4d02
View commit details
Copy full SHA for 73e4d02
View code at this point
Browse repository at this point
Commits on Mar 30, 2015
Remove dependency on deprecated type_traits headers.
eldiener
committed
74c9cc9
View commit details
Copy full SHA for 74c9cc9
View code at this point
Browse repository at this point
Commits on Jan 16, 2015
Fix ambiguous 'detail' errors under msvc-8.0.
pdimov
committed
854f2e8
View commit details
Copy full SHA for 854f2e8
View code at this point
Browse repository at this point
Commits on Oct 2, 2014
Less includes from Boost.Move and more tests
apolukhin
committed
df1db75
View commit details
Copy full SHA for df1db75
View code at this point
Browse repository at this point
Commits on Sep 29, 2014
Add support for function signatures with rvalue params
apolukhin
committed
27e9e1e
View commit details
Copy full SHA for 27e9e1e
View code at this point
Browse repository at this point
Commits on Feb 1, 2014
Add coverity comments to silence Coverity warnings
mclow
committed
9f06e35
View commit details
Copy full SHA for 9f06e35
View code at this point
Browse repository at this point
Add 'std:' qualification to size_t. Fixes Bug #6184
mclow
committed
250655a
View commit details
Copy full SHA for 250655a
View code at this point
Browse repository at this point
Commits on Dec 29, 2012
Added missing 'std::'; Refs #7819
Show description for 95a1956
mclow
committed
95a1956
View commit details
Copy full SHA for 95a1956
View code at this point
Browse repository at this point
Commits on Nov 21, 2012
Updated to use new macro names
Show description for 9e30736
mclow
committed
9e30736
View commit details
Copy full SHA for 9e30736
View code at this point
Browse repository at this point
Commits on Sep 17, 2012
Add move assignment and move constructors to Boost.Function (refs #7330)
Show description for 419f424
apolukhin
committed
419f424
View commit details
Copy full SHA for 419f424
View code at this point
Browse repository at this point
Commits on Oct 11, 2011
Remove extraneous semicolon
Show description for 775213a
mclow
committed
775213a
View commit details
Copy full SHA for 775213a
View code at this point
Browse repository at this point
Commits on May 31, 2011
Applied patch from #4717
Show description for cbb9e7c
mclow
committed
cbb9e7c
View commit details
Copy full SHA for cbb9e7c
View code at this point
Browse repository at this point
Commits on Jan 2, 2011
Remove extra definition of operator(), since it's inline anyway. Fixes #4765.
Show description for 8cde82a
swatanabe
committed
8cde82a
View commit details
Copy full SHA for 8cde82a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.