Opened 7 years ago

Closed 7 years ago

#9725 closed enhancement (fixed)

boost-1_65_1

Reported by: bdubbs@… Owned by: bdubbs@…
Priority: normal Milestone: 8.2
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by bdubbs@…, 7 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 7 years ago

Fixes in 1.65.1

  • Config:
    • Version macro changes for CUDA.
    • Update last known MSVC version.
    • MSVC 14.11 supports structured bindings.
  • Context:
    • Return a continuation from functions executed by resume_with.
  • Fiber:
    • Return a continuation from functions executed by resume_with.
  • Smart Pointers:
    • Fix Visual C++ version checks.
    • Fix compilation for NVCC with host compiler clang.
  • Stacktrace:
    • Update build testing file to detail with a MinGW issue.
    • Change preprocessor file extensions to work with the installation system.
    • Support FreeBSD and other OSs that do not define _GNU_SOURCE but have _Unwind_Backtrace function.
  • Thread:
    • Fix bug in boost::condition_variable on Windows (#130).

Note: Seems like mostly Windows changes to me.

comment:3 by bdubbs@…, 7 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 19193.

Note: See TracTickets for help on using tickets.