Skip to content

Commit 9a1f489

Browse files
committed
Address GCC -fpermissive error due to view declaration conflict
1 parent b3f62a8 commit 9a1f489

File tree

1 file changed

+1
-1
lines changed
  • src/bsoncxx/include/bsoncxx/v_noabi/bsoncxx/types/bson_value

1 file changed

+1
-1
lines changed

src/bsoncxx/include/bsoncxx/v_noabi/bsoncxx/types/bson_value/value.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ class value {
262262
///
263263
/// Create an owning copy of a bson_value::view.
264264
///
265-
explicit BSONCXX_ABI_EXPORT_CDECL() value(view const&);
265+
explicit BSONCXX_ABI_EXPORT_CDECL() value(bson_value::view const&);
266266

267267
///
268268
/// Get a view over the bson_value owned by this object.

0 commit comments

Comments
 (0)