You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
James E. King III d30e5c2d37 Update CI 5 years ago
doc trac-10153: stray semicolon in documentation example for operator+= 6 years ago
include/boost Avoid conversions to Container's Allocator (#29) 6 years ago
meta Add metadata file. 10 years ago
test Avoid conversions to Container's Allocator (#29) 6 years ago
.gitattributes *** empty log message *** 20 years ago
.travis.yml Update CI 5 years ago
Jamfile Added CI framework 6 years ago
LICENSE Added CI framework 6 years ago
README.md fix covscan badges 6 years ago
appveyor.yml Update CI 5 years ago
index.html added lost changes from 1.34 branch 17 years ago

README.md

Assign, part of collection of the Boost C++ Libraries, makes it easy to fill containers with data by overloading operator() and operator()().

License

Distributed under the Boost Software License, Version 1.0.

Properties

  • C++03
  • Header Only

Build Status

Branch Travis Appveyor Coverity Scan codecov.io Deps Docs Tests
master Build Status Build status Coverity Scan Build Status codecov Deps Documentation Enter the Matrix
develop Build Status Build status Coverity Scan Build Status codecov Deps Documentation Enter the Matrix

Directories

Name Purpose
doc documentation
include headers
test unit tests

More information

  • Ask questions
  • Report bugs: Be sure to mention Boost version, platform and compiler you're using. A small compilable code sample to reproduce the problem is always good as well.
  • Submit your patches as pull requests against develop branch. Note that by submitting patches you agree to license your modifications under the Boost Software License, Version 1.0.
  • Discussions about the library are held on the Boost developers mailing list. Be sure to read the discussion policy before posting and add the [assign] tag at the beginning of the subject line.