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 }}
jeking3
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
function
include
boost
function
on
develop
User selector
All users
Datepicker
All time
Commit history
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
Include workaround.hpp from config instead of detail
glenfe
committed
b1fa00f
View commit details
Copy full SHA for b1fa00f
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 Jul 8, 2017
Merge pull request #11 from Kojoley/suppress-weak-vtables-warning
Show description for 1938737
eldiener
authored
1938737
View commit details
Copy full SHA for 1938737
View code at this point
Browse repository at this point
Commits on Jul 6, 2017
Disable processing of function.hpp if it is included more than once in the TU and BOOST_FUNCTION_MAX_ARGS does not change.
eldiener
committed
d6cff39
View commit details
Copy full SHA for d6cff39
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 Aug 31, 2016
Suppress weak vtables warning
Kojoley
committed
471f624
View commit details
Copy full SHA for 471f624
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 Jul 22, 2015
Merge pull request #7 from apolukhin/develop
Show description for 3eb8954
mclow
committed
3eb8954
View commit details
Copy full SHA for 3eb8954
View code at this point
Browse repository at this point
Commits on Apr 27, 2015
Remove Borland workaround for obsolete and untested compiler/version.
eldiener
committed
0c46770
View commit details
Copy full SHA for 0c46770
View code at this point
Browse repository at this point
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 25, 2015
Use Boost.TypeIndex to work with type_info to avoid bunch of workarounds and non-optimal operators. Added RTTI-off tests
apolukhin
committed
8998778
View commit details
Copy full SHA for 8998778
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 Apr 2, 2015
Removed unnecessary header file include
eldiener
committed
8cc1be1
View commit details
Copy full SHA for 8cc1be1
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 Oct 11, 2013
Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Show description for ea19e9e
steveire
committed
ea19e9e
View commit details
Copy full SHA for ea19e9e
View code at this point
Browse repository at this point
Commits on Oct 1, 2013
Function: Remove obsolete GCC version check.
Show description for 8d5a27f
steveire
committed
8d5a27f
View commit details
Copy full SHA for 8d5a27f
View code at this point
Browse repository at this point
Commits on Sep 30, 2013
Function: Remove obsolete MSVC version checks.
Show description for 8760088
steveire
committed
8760088
View commit details
Copy full SHA for 8760088
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
Commits on Jun 9, 2010
Make sure that the cv flags are copied when we copy a reference to a function object. Fixes #4325
Show description for c0d4005
swatanabe
committed
c0d4005
View commit details
Copy full SHA for c0d4005
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.