mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
fix for VC++11
This commit is contained in:
parent
5597dcec9b
commit
8b80b159c8
148 changed files with 336 additions and 181 deletions
|
@ -898,7 +898,7 @@ namespace sprout {
|
|||
word_type* wp_;
|
||||
std::size_t bpos_;
|
||||
private:
|
||||
reference() = delete;
|
||||
reference() SPROUT_DELETED_FUNCTION_DECL
|
||||
public:
|
||||
SPROUT_CONSTEXPR reference(bitset& b, std::size_t pos) SPROUT_NOEXCEPT
|
||||
: wp_(&b.getword(pos))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue