Opened 13 years ago
#3188 new Feature Requests
concepts for immutable types
Reported by: | Gunter | Owned by: | Gunter |
---|---|---|---|
Milestone: | To Be Determined | Component: | uBLAS |
Version: | Boost 1.39.0 | Severity: | Optimization |
Keywords: | uBLAS expression concepts | Cc: |
Description
Currently all concepts are written for mutable objects although all containers and expressions can be either constant or mutable.
I suggest to split the current concepts in basic concepts that contain the operations for both constant and mutable classes and special concepts only for mutable classes (which are a refinement of the constant concepts).
Note:
See TracTickets
for help on using tickets.