Skip to content

Commit 2430cb1

Browse files
committed
Minor change.
1 parent 6058511 commit 2430cb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pub/cppdom.h

+1
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,7 @@ struct CppParamList : private std::vector<CppParam>
763763
{
764764
using BaseType = std::vector<CppParam>;
765765
using BaseType::at;
766+
using BaseType::back;
766767
using BaseType::BaseType;
767768
using BaseType::begin;
768769
using BaseType::const_iterator;

0 commit comments

Comments
 (0)