Skip to content
Snippets Groups Projects
Commit 050628c7 authored by Andrew Heather's avatar Andrew Heather
Browse files

COMP: Corrections for clang 3.7.1

parent 8c5d0cd8
Branches
Tags
No related merge requests found
...@@ -136,7 +136,7 @@ public: ...@@ -136,7 +136,7 @@ public:
// Constructors // Constructors
//- Construct an empty, zero-sized set //- Construct an empty, zero-sized set
inline constexpr bitSet() noexcept; inline bitSet() noexcept;
//- Construct from Istream //- Construct from Istream
explicit bitSet(Istream& is); explicit bitSet(Istream& is);
......
...@@ -72,7 +72,7 @@ inline Foam::label Foam::bitSet::first_not_block() const ...@@ -72,7 +72,7 @@ inline Foam::label Foam::bitSet::first_not_block() const
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
inline constexpr Foam::bitSet::bitSet() noexcept inline Foam::bitSet::bitSet() noexcept
: :
PackedList<1>() PackedList<1>()
{} {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment